bayard      2003/09/01 19:38:02

  Modified:    xdocs    lang.xml
  Log:
  Updated to the latest release of Lang, 2.0
  
  Revision  Changes    Path
  1.9       +8 -4      jakarta-commons/xdocs/lang.xml
  
  Index: lang.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/lang.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- lang.xml  26 Jan 2003 23:47:09 -0000      1.8
  +++ lang.xml  2 Sep 2003 02:38:02 -0000       1.9
  @@ -21,18 +21,18 @@
   The <em>Lang</em> Component provides a host of helper utilities for the java.lang 
API, notably 
   String manipulation methods, basic numerical methods, object reflection, creation 
and serialization, 
   and System properties. Additionally it contains an inheritable enum type, an 
exception structure that 
  -supports multiple types of nested-Exceptions and a series of utlities dedicated to 
help with 
  +supports multiple types of nested-Exceptions, basic enhancements to java.util.Date 
and a series of utlities dedicated to help with 
   building methods, such as hashCode, toString and equals.
   </p>
   </section>
   
   <section name="Latest Release">
  -<p>The latest release of Apache Jakarta Commons Lang, is <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/";>v1.0.1</a>,
 a bugfix release. The <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/RELEASE-NOTES.txt";>release
 notes</a> explain the bugs that were fixed. </p>
  +<p>The latest release of Apache Jakarta Commons Lang is version 2.0. It is 
available (from mirrors) in <a 
href="http://jakarta.apache.org/site/binindex.cgi";>binary</a> and <a 
href="http://jakarta.apache.org/site/sourceindex.cgi";>source</a> downloads. The <a 
href="http://www.apache.org/dist/jakarta/commons/lang/RELEASE-NOTES.txt";>release 
notes</a> explain all of the changes and bugs that were fixed between 1.0.1 and 2.0. 
In addition, <a href="http://jdiff.sourceforge.net/";>JDiff</a> has been used to create 
a <a href="lang/Commons-Lang-1.0.1-to-2.0/changes.html">report</a> on the differences 
between 1.0.1 and 2.0. </p>
   </section>
   
   <section name="Documentation">
   <p>
  -An alphabetical list of the package can be found in the <a 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/lang/STATUS.html";>lang 
status document</a>.
  +An alphabetical list of the packages may be found in the <a 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/lang/STATUS.html";>lang 
status document</a>.
   </p>
   
   <p>
  @@ -54,6 +54,7 @@
   
   <section name="Releases">
   <ul>
  +<li><a href="http://www.apache.org/dist/jakarta/commons/lang/";>Version 2.0</a></li>
   <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0.1/";>Version
 1.0.1</a></li>
   <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0/";>Version
 1.0</a></li>
   <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0-b1/";>Version
 1.0-b1</a></li>
  @@ -71,7 +72,10 @@
   <section name="Resources">
   <ul>
   <li>
  -Oct 17, 2003 - <a href="http://www.builder.com/";>Builder.com</a> has an article on 
Commons Lang entitled <a 
href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&amp;page=1&amp;vf=tt";>Jakarta
 Commons Lang project offers centralized utility functions</a> [and in <a 
href="http://www.zdnet.com.cn/developer/tech/story/0,2000081602,39077840,00.htm";>chinese</a>,
 and in <a 
href="http://www.zdnet.de/builder/artikel/architect/200212/jakarta_utility_01-wc.html";>german</a>].
  +Oct 17, 2003 - <a href="http://www.builder.com/";>Builder.com</a> has an article on 
Commons Lang v1.0 entitled <a 
href="http://builder.com.com/article.jhtml?id=u00320021017yan01.htm&amp;page=1&amp;vf=tt";>Jakarta
 Commons Lang project offers centralized utility functions</a> [and in <a 
href="http://www.zdnet.com.cn/developer/tech/story/0,2000081602,39077840,00.htm";>chinese</a>,
 and in <a 
href="http://www.zdnet.de/builder/artikel/architect/200212/jakarta_utility_01-wc.html";>german</a>].
  +</li>
  +<li>
  +<a href="http://maven.apache.org";>Maven</a>, <a 
href="http://jdiff.sourceforge.net/";>JDiff</a>, <a 
href="http://pmd.sourceforge.net/";>PMD</a>, <a 
href="http://www.cs.umd.edu/~pugh/java/bugs/";>FindBugs</a> and <a 
href="http://www.thecortex.net/clover/";>Clover</a> have all been of use in the latest 
release of Commons Lang. 
   </li>
   </ul>
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to