rwaldhoff 2003/01/06 05:00:54
Modified: collections build.xml
Log:
* run test as part of dist -- good for gump, good for releases
* update © to include 2003
Revision Changes Path
1.36 +3 -3 jakarta-commons/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- build.xml 6 Jan 2003 12:54:57 -0000 1.35
+++ build.xml 6 Jan 2003 13:00:54 -0000 1.36
@@ -177,7 +177,7 @@
destdir="${dest.doc.api}"
windowtitle="${Name-Long}"
doctitle="${Name-Long}"
- bottom="<small>Copyright &copy; 2001-2002 Apache Software
Foundation. Documenation generated ${TODAY}</small>."
+ bottom="<small>Copyright &copy; 2001-2003 Apache Software
Foundation. Documenation generated ${TODAY}</small>."
protected="true"
version="true"
author="true"
@@ -247,7 +247,7 @@
<!-- ######################################################### -->
- <target name="dist" depends="dist-jar,doc,dist-tar,dist-zip" description="builds
binary distribution"/>
+ <target name="dist" depends="test,dist-jar,doc,dist-tar,dist-zip"
description="builds binary distribution"/>
<target name="dist-jar" depends="build">
<mkdir dir="${dest.jardir}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>