From: <bil...@us...> - 2003-01-28 11:57:56
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1:/tmp/cvs-serv26788 Modified Files: build.xml Log Message: new deleteTestDb target Index: build.xml =================================================================== RCS file: /cvsroot/proxool/proxool/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** build.xml 21 Jan 2003 10:56:40 -0000 1.23 --- build.xml 28 Jan 2003 11:57:52 -0000 1.24 *************** *** 100,103 **** --- 100,110 ---- <target + name="deleteTestDb" + description="Cleans build directory" + > + <delete dir="db"/> + </target> + + <target name="checkstyle" description="Checks Java code for style" |