Update of /cvsroot/jrman/drafts
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32345
Modified Files:
build.xml
Log Message:
Added target "all" to build.xml.
Index: build.xml
===================================================================
RCS file: /cvsroot/jrman/drafts/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** build.xml 20 Feb 2007 03:33:35 -0000 1.24
--- build.xml 20 Feb 2007 18:14:02 -0000 1.25
***************
*** 215,217 ****
--- 215,219 ----
<delete file="${dist}.tar.gz"/>
</target>
+
+ <target name="all" depends="clean,zip,targz" />
</project>
|