From: Christian G. [M. Mitch] <mas...@us...> - 2002-11-11 22:43:10
|
Update of /cvsroot/jprojecttimer/jprojecttimer In directory usw-pr-cvs1:/tmp/cvs-serv27447 Modified Files: build.xml Log Message: "clean" target did not remove "docs" subdirectory Index: build.xml =================================================================== RCS file: /cvsroot/jprojecttimer/jprojecttimer/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 12 Jun 2002 14:26:22 -0000 1.6 --- build.xml 11 Nov 2002 22:43:08 -0000 1.7 *************** *** 68,71 **** --- 68,72 ---- <delete dir="${classes.dir}"/> <delete dir="${javadoc.dir}"/> + <delete dir="${docs.dir}"/> <delete file="${project.name}-${project.version}.jar"/> </target> |