Bump version number for 1.0.b2 release with brief description of contents

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
curcuru 2002-02-06 15:42:19 +00:00
parent d33b3c8343
commit eacb08a9e2

View File

@ -186,6 +186,8 @@ interfaces that you use when programming XML from JAVA: DOM, SAX and JAXP for no
<p>This tree is rooted at xml-commons/java/external, and has a build.xml file.
Basic documentation from each external project is also checked in.</p>
<ul>
<li>Current (Feb-02) status:</li>
<li>No significant changes from Jan-02</li>
<li>Current (Jan-02) status:</li>
<li>DOM L2 - full set of interfaces (including HTML stuff) from w3c.org</li>
<li>SAX 2.0 from megginson.com, plus minor bugfixes (note that SAX
@ -208,6 +210,11 @@ the much more open <a href="http://jakarta.apache.org/commons/">jakarta-commons<
In particular, code submitted here should probably have minimal dependencies:
possibly only depending on DOM/SAX/JAXP and Ant (for builds).</p>
<ul>
<li>Current (Feb-02) status:</li>
<li>org.apache.env.Which - a simple environment check utility for
xml-related items in your JVM's environment: see xml-commons/java/which.xml</li>
<li>org.apache.xml.resolver.Resolver: Norm Walsh's entity resolver utility now checked in!</li>
<li>(to be voted in) Jeff Turner's DOCTYPE changer</li>
<li>Current (Jan-02) status:</li>
<li>org.apache.env.Which - a simple environment check utility for
xml-related items in your JVM's environment: see xml-commons/java/which.xml</li>
@ -218,6 +225,15 @@ xml-related items in your JVM's environment: see xml-commons/java/which.xml</li>
<div class="category"><div class="label"><a name="releases">Where can I download releases?</a></div><div class="content">
<p>The xml-commons-1.0.b2 release 06-Feb-02 is available in our
<a href="http://xml.apache.org/dist/commons/">distribution directory</a> and includes:
<ul>
<li>The previous contents from the 1.0.b1 release (minor javadoc fixes may have been made)</li>
<li>Various LICENSE.* and README.* files for our external sources</li>
<li>New code! org.apache.xml.resolver.Resolver: Norm Walsh's entity resolver utility
is now checked in and building!</li>
</ul>
</p>
<p>The xml-commons-1.0.b1 release 11-Jan-02 is available in our
<a href="http://xml.apache.org/dist/commons/">distribution directory</a> and includes the following code:
<ul>