clean fixed BLD200509041800
authorpkuzel@netbeans.org
Thu, 01 Sep 2005 12:20:52 +0000
changeset 171728af500f4bd6
parent 1716 a7d156482e8d
child 1718 f2561b5cf6dd
clean fixed
javacvs/build.xml
     1.1 --- a/javacvs/build.xml	Thu Sep 01 12:08:16 2005 +0000
     1.2 +++ b/javacvs/build.xml	Thu Sep 01 12:20:52 2005 +0000
     1.3 @@ -20,8 +20,8 @@
     1.4    </target>
     1.5  
     1.6    <target name="clean">
     1.7 -    <ant dir="libmodule" target="netbeans"/>
     1.8 -    <ant dir="cvsmodule" target="netbeans"/>
     1.9 +    <ant dir="libmodule" target="clean"/>
    1.10 +    <ant dir="cvsmodule" target="clean"/>
    1.11    </target>
    1.12  
    1.13