Move actions to UI submodule too. Tune startup classloading. BLD200312161900
authorpkuzel@netbeans.org
Mon, 15 Dec 2003 16:37:46 +0000
changeset 14145bf278d1a782
parent 1413 999123698a9b
child 1415 092dbec9e235
Move actions to UI submodule too. Tune startup classloading.
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Fri Dec 12 01:38:14 2003 +0000
     1.2 +++ b/tasklist/build.xml	Mon Dec 15 16:37:46 2003 +0000
     1.3 @@ -18,7 +18,7 @@
     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 -    <property name="submodules" value="api, core, usertasks, editor, suggestions, docscan, copyright, bugs, javadoc, javaparser, html"/>
     1.8 +    <property name="submodules" value="api, core, usertasks, editor, suggestions, suggestions/ui, docscan, copyright, bugs, javadoc, javaparser, html"/>
     1.9      <!-- EXPERIMENTAL ADDITIONAL MODULES: pmd, compiler 
    1.10      <property name="submodules" value="api, core, usertasks, editor, suggestions, docscan, copyright, bugs, javadoc, javaparser, html, pmd, compiler"/>
    1.11      -->