When of course I meant RC2. Damn. Time to figure out how to adjust a tag.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130842 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2002-10-18 07:11:29 +00:00
parent fbf05cfc64
commit f23b6410ed
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.31 2002/10/16 23:29:12 bayard Exp $ -->
<!-- $Id: build.xml,v 1.32 2002/10/18 07:11:29 bayard Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@ -88,7 +88,7 @@
</patternset>
<!-- set the cvs.root property in the build.properties file -->
<property name="cvs.tag" value="COLLECTIONS_2_1_RC1"/>
<property name="cvs.tag" value="COLLECTIONS_2_1_RC2"/>
<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? -->