morgand 02/03/15 09:28:41
Modified: collections RELEASE-NOTES-2.0.html build.xml
Log:
added more documentation to the release
Revision Changes Path
1.7 +5 -4 jakarta-commons/collections/RELEASE-NOTES-2.0.html
Index: RELEASE-NOTES-2.0.html
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES-2.0.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- RELEASE-NOTES-2.0.html 15 Mar 2002 05:41:23 -0000 1.6
+++ RELEASE-NOTES-2.0.html 15 Mar 2002 17:28:41 -0000 1.7
@@ -5,10 +5,11 @@
<center><h3>NEW COLLECTIONS AND COMPARATORS</h3></center>
-<p>Collections 2.0 includes a significant number of new collections, in addition to
several
-useful Comparator classes.</p>
+<p><i>Collections 2.0</i> includes a significant number of new collections, in
addition to several
+useful Comparator classes. Descriptions of the new collections and comparators
follow.
+(For descriptions of all classes in <i>Collections</i>, see the <i>STATUS.html</i>
file.)</p>
-<p>These collections are new to Collections 2.0:</p>
+<p>These collections are new to <i>Collections 2.0</i>:</p>
<ul>
@@ -76,7 +77,7 @@
<center><h3>CHANGED COLLECTIONS</h3></center>
-These classes have changed since Collections 1.0:
+These classes have changed since <i>Collections 1.0</i>:
<p><u>ArrayIterator</u></p>
1.21 +5 -1 jakarta-commons/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 15 Mar 2002 17:07:08 -0000 1.20
+++ build.xml 15 Mar 2002 17:28:41 -0000 1.21
@@ -1,4 +1,4 @@
-<!-- $Id: build.xml,v 1.20 2002/03/15 17:07:08 morgand Exp $ -->
+<!-- $Id: build.xml,v 1.21 2002/03/15 17:28:41 morgand Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@@ -50,6 +50,8 @@
<!-- The current version number of this component -->
<property name="component.version" value="2.0"/>
+ <property name="doc.release.notes"
value="RELEASE-NOTES-${component.version}.html"/>
+ <property name="doc.status" value="STATUS.html"/>
<property name="test.entry" value="org.apache.commons.collections.TestAll"/>
<property name="test.failonerror" value="true" />
@@ -124,6 +126,8 @@
<target name="doc-top" depends="init">
<mkdir dir="${dest}"/>
<copy todir="${dest}" file="../LICENSE"/>
+ <copy todir="${dest}" file="${doc.status}"/>
+ <copy todir="${dest}" file="${doc.release.notes}"/>
</target>
<target name="doc-copy" depends="init" if="available-doc">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>