- fixed some bugs BLD200511221900
authorlebedkov@netbeans.org
Thu, 10 Nov 2005 19:44:41 +0000
changeset 17354eea9d0d5e59
parent 1734 673492c2c185
child 1736 d53772122e7d
- fixed some bugs
- New option "detect inactivity".
- Plain text export.
- Faster deletion of tasks.
- ical4j 0.9.17
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Tue Nov 08 14:27:30 2005 +0000
     1.2 +++ b/tasklist/build.xml	Thu Nov 10 19:44:41 2005 +0000
     1.3 @@ -24,11 +24,11 @@
     1.4      -->
     1.5      <property name="submodules" value="api, core, usertasks, editor, suggestions, suggestions/ui, docscan, copyright, bugs"/>    
     1.6      
     1.7 -    <!-- EXPERIMENTAL ADDITIONAL MODULES: pmd, compiler -->
     1.8 +    <!-- EXPERIMENTAL ADDITIONAL MODULES: pmd, compiler
     1.9      <property name="submodules" value="api, core, usertasks, editor, suggestions, suggestions/ui, docscan, copyright, bugs, javadoc, javaparser, html, pmd, compiler"/>
    1.10 -    <!-- -->
    1.11  
    1.12      <property name="submodules" value="api, core, usertasks, editor, suggestions, suggestions/ui, docscan, copyright, bugs, javadoc, javaparser, html"/>
    1.13 +    -->
    1.14  
    1.15      <property name="build.compiler.debug" value="on"/>
    1.16