Update of /cvsroot/jprojecttimer/jprojecttimer
In directory sc8-pr-cvs1:/tmp/cvs-serv5534
Modified Files:
build.xml
Log Message:
don't remove docs/ directory, this directory is under CVS control now
Index: build.xml
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build.xml 11 Nov 2002 22:43:08 -0000 1.7
--- build.xml 22 Nov 2002 21:46:05 -0000 1.8
***************
*** 68,72 ****
<delete dir="${classes.dir}"/>
<delete dir="${javadoc.dir}"/>
- <delete dir="${docs.dir}"/>
<delete file="${project.name}-${project.version}.jar"/>
</target>
--- 68,71 ----
|