leif 2002/08/07 23:30:57
Modified: instrument build.xml
Log:
Full dist build was breaking because the instrument dist build was deleting
everything when it was done. Seems like depchecking should have worked
around this....
Revision Changes Path
1.40 +1 -1 jakarta-avalon-excalibur/instrument/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 7 Aug 2002 02:20:44 -0000 1.39
+++ build.xml 8 Aug 2002 06:30:57 -0000 1.40
@@ -458,7 +458,7 @@
</target>
<target name="dist"
- depends="prepare-dist, dist-src, dist-jar, dist-bin, clean"
+ depends="prepare-dist, dist-src, dist-jar, dist-bin"
description="Generates a distribution (jar + docs + javadocs + unit
tests + checkstyle reports)">
<checksum fileext=".md5">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>