Author: bayard
Date: Tue Mar 2 06:58:04 2010
New Revision: 917897
URL: http://svn.apache.org/viewvc?rev=917897&view=rev
Log:
Updating package.html files (LANG-490).
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/package.html
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/package.html
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/package.html
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html?rev=917897&r1=917896&r2=917897&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html
Tue Mar 2 06:58:04 2010
@@ -17,7 +17,8 @@
<html>
<body>
Extends {...@link java.math} for business mathematical classes. This package
is intended for business
-mathematical use, not scientific use.
+mathematical use, not scientific use. See <a
href="http://commons.apache.org/math/">Commons Math</a>
+for a more complete set of mathematical classes.
@since 2.0
</body>
</html>
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/package.html?rev=917897&r1=917896&r2=917897&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/package.html
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/package.html
Tue Mar 2 06:58:04 2010
@@ -17,7 +17,7 @@
<html>
<body>
Provides highly reusable static utility methods, chiefly concerned
-with adding value to {...@link java.lang} and other standard core classes.
+with adding value to the {...@link java.lang} classes.
@since 1.0
</body>
</html>
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/package.html?rev=917897&r1=917896&r2=917897&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/package.html
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/package.html
Tue Mar 2 06:58:04 2010
@@ -18,7 +18,7 @@
<body>
<p>
An API for creating text translation routines from a set of smaller
-building blocks. Originally created to make it possible for the user to
+building blocks. Initially created to make it possible for the user to
customize the rules in the StringEscapeUtils class.
</p>
@since 3.0
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/package.html
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/package.html?rev=917897&r1=917896&r2=917897&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/package.html
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/package.html
Tue Mar 2 06:58:04 2010
@@ -16,16 +16,7 @@
-->
<html>
<body>
-<p>
Provides classes and methods to work with dates and durations.
-<p>
-This includes:
-<ul>
-<li><code>DateUtils</code> - a set of static utility methods for working with
dates
-<li><code>FastDateFormat</code> - a replacement for
<code>SimpleDateFormat</code> that is fast and thread-safe
-<li><code>DateFormatUtils</code> - a formatting class for dates
-<li><code>StopWatch</code> - a duration timer
-</ul>
@since 2.0
</body>
</html>