#29884 Add ability to add multiple tasks in same dialog BLD200408311800
authorlebedkov@netbeans.org
Tue, 31 Aug 2004 17:47:01 +0000
changeset 1573ece28e93af29
parent 1572 56273b1a3b48
child 1574 d1ce26d4559f
#29884 Add ability to add multiple tasks in same dialog
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Mon Aug 30 16:57:50 2004 +0000
     1.2 +++ b/tasklist/build.xml	Tue Aug 31 17:47:01 2004 +0000
     1.3 @@ -73,11 +73,6 @@
     1.4  
     1.5          <for-each locations="${submodules}"/>
     1.6  
     1.7 -	<delete>
     1.8 -            <fileset dir="test">
     1.9 -               <include name="**/*.class"/>
    1.10 -             </fileset>
    1.11 -	</delete>    
    1.12          <delete dir="test/work"/>
    1.13          <delete dir="test/lib"/>
    1.14          <delete dir="test/results"/>