Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-lang: Jakarta Commons Lang Package
- Summary
- The standard Java libraries fail to provide enough methods for
manipulation of its core classes. The Commons Lang Component provides
these extra methods.
The Commons Lang 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 building methods, such
as hashCode, toString and equals.
Changelog
- * Sun Oct 12 10:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.0-1jpp
-
- Update to 2.0.
- Add non-versioned javadocs dir symlink.
- Crosslink with local J2SE javadocs.
- Convert specfile to UTF-8.
- * Fri Apr 4 10:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.0.1-3jpp
-
- Rebuild for JPackage 1.5.
- * Tue Mar 4 09:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.0.1-2jpp
-
- Repackage to recover from earlier accidental overwrite with older version.
- No macros in URL and SourceX tags.
- Remove spurious api/ from installed javadoc path.
- Spec file cleanups.
- (from 1.0.1-1jpp) Update to 1.0.1.
- (from 1.0.1-1jpp) Run JUnit tests when building.