geirm 01/05/10 21:04:48
Modified: collections build.xml
Log:
last night I undid the tag for 0.02 because I thought I needed to modify
EP to help deprecate out of Vel and Turbine. There turned out to be
another way, so flipping the build to 0.02 for a sec for a re-tag
Revision Changes Path
1.15 +2 -2 jakarta-commons/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 2001/05/10 01:01:35 1.14
+++ build.xml 2001/05/11 04:04:47 1.15
@@ -1,4 +1,4 @@
-<!-- $Id: build.xml,v 1.14 2001/05/10 01:01:35 geirm Exp $ -->
+<!-- $Id: build.xml,v 1.15 2001/05/11 04:04:47 geirm Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@@ -49,7 +49,7 @@
<property name="Name-Long" value="Jakarta Commons Collections Package"/>
<!-- The current version number of this component -->
- <property name="component.version" value="0.03-dev"/>
+ <property name="component.version" value="0.02"/>
<property name="test.entry" value="org.apache.commons.collections.TestAll"/>
<property name="test.failonerror" value="true" />