#38265 automatic deployment of all dependent modules that use implementation dependencies. BLD200401121900
authorpkuzel@netbeans.org
Thu, 08 Jan 2004 14:56:39 +0000
changeset 142315eb34043ac9
parent 1422 5ce289e0a614
child 1424 a0d097ee9f4f
#38265 automatic deployment of all dependent modules that use implementation dependencies.
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Thu Jan 08 11:07:28 2004 +0000
     1.2 +++ b/tasklist/build.xml	Thu Jan 08 14:56:39 2004 +0000
     1.3 @@ -18,10 +18,11 @@
     1.4      <property name="nbext_root" location="${nbroot}/nbbuild"/>
     1.5  
     1.6      <taskdef  name="for-each" classname="org.netbeans.nbbuild.ForEach" classpath="${nbext_root}/nbantext.jar"/>
     1.7 +    <!-- EXPERIMENTAL ADDITIONAL MODULES: pmd, compiler ->
     1.8 +    <property name="submodules" value="api, core, usertasks, editor, suggestions, docscan, copyright, bugs, javadoc, javaparser, html, pmd, compiler"/>
     1.9 +    <- -->
    1.10 +
    1.11      <property name="submodules" value="api, core, usertasks, editor, suggestions, suggestions/ui, docscan, copyright, bugs, javadoc, javaparser, html"/>
    1.12 -    <!-- EXPERIMENTAL ADDITIONAL MODULES: pmd, compiler 
    1.13 -    <property name="submodules" value="api, core, usertasks, editor, suggestions, docscan, copyright, bugs, javadoc, javaparser, html, pmd, compiler"/>
    1.14 -    -->
    1.15  
    1.16      <property name="build.compiler.debug" value="on"/>
    1.17