From: Xuan B. <med...@us...> - 2008-01-22 19:40:02
|
Update of /cvsroot/tm4j/tm4j In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13545 Modified Files: build.xml Log Message: Do a more-proper cleaning when cleaning. Index: build.xml =================================================================== RCS file: /cvsroot/tm4j/tm4j/build.xml,v retrieving revision 1.143 retrieving revision 1.144 diff -C2 -d -r1.143 -r1.144 *** build.xml 21 Jan 2008 11:13:44 -0000 1.143 --- build.xml 22 Jan 2008 19:40:01 -0000 1.144 *************** *** 845,849 **** </target> ! <target name="tm4j-clean" depends="init"> <description> Clean up intermediate build files for tm4j.jar --- 845,849 ---- </target> ! <target name="tm4j-clean" depends="init,tm4j-net-clean"> <description> Clean up intermediate build files for tm4j.jar *************** *** 853,856 **** --- 853,859 ---- <patternset refid="tm4j.classes"/> <patternset refid="tm4j.resources"/> + <!-- + FIXME: Still, "find -iname "*.class"" yields some class files which should be deleted after "ant tm4j-clean", "ant clean" or "ant clean-all" has been called. + --> </fileset> </delete> |