bloritsch 2002/10/01 14:44:32
Modified: event build.xml
Log:
update order of dependencies for "dist"
Revision Changes Path
1.37 +1 -1 jakarta-avalon-excalibur/event/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- build.xml 30 Sep 2002 20:56:51 -0000 1.36
+++ build.xml 1 Oct 2002 21:44:32 -0000 1.37
@@ -277,7 +277,7 @@
<!-- Creates the distribution -->
<target name="dist"
- depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
+ depends="dist-jar, docs, test-reports, checkstyle-report, javadocs"
description="Generates a distribution (jar + docs + javadocs + unit tests +
checkstyle reports)">
<copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>