Now the tag for the actual release :)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2002-10-21 00:33:59 +00:00
parent d2369cf6d4
commit a992a67bbc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.32 2002/10/18 07:11:29 bayard Exp $ -->
<!-- $Id: build.xml,v 1.33 2002/10/21 00:33:59 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_RC2"/>
<property name="cvs.tag" value="COLLECTIONS_2_1"/>
<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? -->