craigmcc 01/07/14 16:56:04
Modified: beanutils STATUS.html build.xml
beanutils/src/conf MANIFEST.MF
Log:
Update documentation and build scripts in preparation for verison 1.0
release.
Revision Changes Path
1.4 +5 -4 jakarta-commons/beanutils/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/STATUS.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- STATUS.html 2001/05/06 23:06:20 1.3
+++ STATUS.html 2001/07/14 23:56:02 1.4
@@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>BeanUtils</em> Component</h1>
-$Id: STATUS.html,v 1.3 2001/05/06 23:06:20 craigmcc Exp $<br>
+$Id: STATUS.html,v 1.4 2001/07/14 23:56:02 craigmcc Exp $<br>
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@@ -52,7 +52,7 @@
<li><a href="http://jakarta.apache.org/commons">Collections Classes</a>
from the Jakarta Commons Subproject</li>
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
- (Version 3.2 or later) - for unit tests only, not required
+ (Version 3.7 or later) - for unit tests only, not required
for deployment</li>
</ul>
@@ -60,9 +60,10 @@
<a name="Release Info"></a>
<h3>3. RELEASE INFO</h3>
-<p>Current Release: <strong>Unreleased, CVS Repository Only</strong></p>
+<p>Current Release:
+<a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.0/">Version
1.0</a></p>
-<p>Planned Next Release: Version 1.0, by April 15, 2001. See the
+<p>Planned Next Release: TBD. See the
<a href="#Action Items">Action Items</a> list for tasks that need to be
completed prior to this release.</p>
1.12 +4 -4 jakarta-commons/beanutils/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 2001/05/06 23:06:20 1.11
+++ build.xml 2001/07/14 23:56:02 1.12
@@ -3,7 +3,7 @@
<!--
"Bean Utilities" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.11 2001/05/06 23:06:20 craigmcc Exp $
+ $Id: build.xml,v 1.12 2001/07/14 23:56:02 craigmcc Exp $
-->
@@ -22,8 +22,8 @@
<property name="commons-collections.home" value="../collections/dist"/>
<!-- The directory containing your binary distribution of JUnit,
- version 3.2 or later -->
- <property name="junit.home" value="/usr/local/junit3.5"/>
+ version 3.7 or later -->
+ <property name="junit.home" value="/usr/local/junit3.7"/>
<!-- ========== Derived Values ============================================ -->
@@ -49,7 +49,7 @@
<property name="component.title" value="Bean Introspection Utilities"/>
<!-- The current version number of this component -->
- <property name="component.version" value="0.1-dev"/>
+ <property name="component.version" value="1.0"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
1.3 +1 -1 jakarta-commons/beanutils/src/conf/MANIFEST.MF
Index: MANIFEST.MF
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/src/conf/MANIFEST.MF,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MANIFEST.MF 2001/05/06 23:06:21 1.2
+++ MANIFEST.MF 2001/07/14 23:56:04 1.3
@@ -8,4 +8,4 @@
collections-Specification-Vendor: Apache Software Foundation
collections-Specification-Version: 1.0
collections-Implementation-Vendor: Apache Software Foundation
-collections-Implementation-Version: 0.01
+collections-Implementation-Version: 1.0