ScanProgress monitor added. SourceTasksAction allows to browse all TODOs in 'project'. BLD200312021900
authorpkuzel@netbeans.org
Thu, 20 Nov 2003 14:13:03 +0000
changeset 140723090ef19e4c
parent 1406 38036bbbf2eb
child 1408 811ac781f303
ScanProgress monitor added. SourceTasksAction allows to browse all TODOs in 'project'.
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Wed Nov 19 09:20:14 2003 +0000
     1.2 +++ b/tasklist/build.xml	Thu Nov 20 14:13:03 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, docscan, copyright, bugs, suggestions, javadoc, javaparser, html"/>
     1.8 +    <property name="submodules" value="api, core, usertasks, editor, suggestions, docscan, copyright, bugs, javadoc, javaparser, html"/>
     1.9      <!-- EXPERIMENTAL ADDITIONAL MODULES: pmd, compiler
    1.10      <property name="submodules" value="api, core, usertasks, editor, docscan, copyright, bugs, suggestions, javadoc, javaparser, html, pmd, compiler"/>
    1.11      -->