Author: niallp
Date: Sun Jan 9 22:53:41 2011
New Revision: 1057046
URL: http://svn.apache.org/viewvc?rev=1057046&view=rev
Log:
Site updates
Modified:
commons/proper/lang/branches/LANG_2_X/NOTICE.txt
commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt
commons/proper/lang/branches/LANG_2_X/src/site/xdoc/developerguide.xml
Modified: commons/proper/lang/branches/LANG_2_X/NOTICE.txt
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/NOTICE.txt?rev=1057046&r1=1057045&r2=1057046&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/NOTICE.txt (original)
+++ commons/proper/lang/branches/LANG_2_X/NOTICE.txt Sun Jan 9 22:53:41 2011
@@ -1,5 +1,5 @@
Apache Commons Lang
-Copyright 2001-2010 The Apache Software Foundation
+Copyright 2001-2011 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Modified: commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt?rev=1057046&r1=1057045&r2=1057046&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt Sun Jan 9 22:53:41
2011
@@ -11,7 +11,7 @@ This document contains the release notes
Commons Lang is a set of utility functions and reusable components that should
be of use in any Java environment.
-COMPATIBILITY WITH 2.4
+COMPATIBILITY WITH 2.5
======================
Lang 2.6 is binary compatible release with Lang 2.5, containing bug fixes and
small enhancements.
Modified: commons/proper/lang/branches/LANG_2_X/src/site/xdoc/developerguide.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/src/site/xdoc/developerguide.xml?rev=1057046&r1=1057045&r2=1057046&view=diff
==============================================================================
--- commons/proper/lang/branches/LANG_2_X/src/site/xdoc/developerguide.xml
(original)
+++ commons/proper/lang/branches/LANG_2_X/src/site/xdoc/developerguide.xml Sun
Jan 9 22:53:41 2011
@@ -135,8 +135,7 @@ This should be of the form 'Method will
<h4>Language used in code/comments</h4>
<p>It has been decided to casually standardize on US-English.
To avoid misplaced jeers of 'americanisation', the people making this decision
largely write in non-US-English.
-However, it's not something to get worked up about.
-Lots of spelling differences will creep in all over.</p>
+However, it's not something to get worked up about. Lots of spelling
differences will creep in all over.</p>
<a name="Building"></a>
<h3>5.BUILDING</h3>
@@ -156,9 +155,7 @@ The currently targetted version of Java
To build Lang:
<table>
<tr><th></th><th>Tested JAR</th><th>Distribution</th><th>Site</th></tr>
-<tr><td>ANT 1.6+ (junit.jar in $ANT_HOME/lib)</td><td><code>ant
test</code></td><td><code>ant dist</code></td><td>n/a</td></tr>
-<tr><td>Maven 1.x</td><td><code>maven jar</code></td><td><code>maven
dist</code></td><td><code>maven site</code></td></tr>
-<tr><td>Maven 2.x</td><td><code>mvn
package</code></td><td>n/a</td><td>n/a</td></tr>
+<tr><td>Maven 2.x</td><td><code>mvn package</code></td><td>mvn
assembly:assembly</td><td>mvn site</td></tr>
</table>
</p>
</section>