Changed tag to 2_1_RC1

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2002-10-16 23:29:12 +00:00
parent 79490f5903
commit 345f35c51a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.30 2002/10/16 23:25:44 bayard Exp $ --> <!-- $Id: build.xml,v 1.31 2002/10/16 23:29:12 bayard Exp $ -->
<project name="commons-collections" default="test" basedir="."> <project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory --> <!-- patternset describing files to be copied from the doc directory -->
@ -88,7 +88,7 @@
</patternset> </patternset>
<!-- set the cvs.root property in the build.properties file --> <!-- set the cvs.root property in the build.properties file -->
<property name="cvs.tag" value="COLLECTIONS_2_0"/> <property name="cvs.tag" value="COLLECTIONS_2_1_RC1"/>
<available property="available-doc" file="${source.doc}"/> <!-- does this module have docs? --> <available property="available-doc" file="${source.doc}"/> <!-- does this module have docs? -->
<available property="available-src-java" file="${source.src.java}"/> <!-- does this module have java src? --> <available property="available-src-java" file="${source.src.java}"/> <!-- does this module have java src? -->