patrickl 2002/10/18 11:34:33
Modified: launcher build.xml
Log:
Make release target self-cleaning
Revision Changes Path
1.4 +2 -2 jakarta-commons-sandbox/launcher/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/launcher/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 18 Oct 2002 18:31:01 -0000 1.3
+++ build.xml 18 Oct 2002 18:34:33 -0000 1.4
@@ -281,7 +281,7 @@
</copy>
</target>
- <target name="release" depends="dist"
+ <target name="release" depends="clean,dist"
description="Create release distribution">
<mkdir dir="${release.home}"/>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>