Codebase list libcommons-lang3-java / 3218197
Rewording of packages' synopsis. Damien Raude-Morvan 12 years ago
1 changed file(s) with 20 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
1515 Depends: ${misc:Depends}, ${maven:Depends}
1616 Recommends: ${maven:OptionalDepends}
1717 Suggests: libcommons-lang3-java-doc
18 Description: Commons Lang
19 Commons Lang, a package of Java utility classes for the classes that are
20 in java.lang's hierarchy, or are considered to be so standard as to justify
21 existence in java.lang.
18 Description: Extension of the java.lang package (for Java 5+)
19 The Commons Lang components contains a set of Java classes that provide helper
20 methods for standard Java classes, especially those found in the java.lang
21 package in the JDK 5+.
22 .
23 Commons Lang 3.x use a different package (org.apache.commons.lang3) than the
24 previous versions (org.apache.commons.lang), allowing it to be used at the
25 same time as an earlier version.
26 .
27 Commons Lang 3.x is only compatible with JDK 1.5+
2228
2329 Package: libcommons-lang3-java-doc
2430 Architecture: all
2632 Depends: ${misc:Depends}, ${maven:DocDepends}
2733 Recommends: ${maven:DocOptionalDepends}
2834 Suggests: libcommons-lang3-java
29 Description: Documentation for Commons Lang
30 Commons Lang, a package of Java utility classes for the classes that are
31 in java.lang's hierarchy, or are considered to be so standard as to justify
32 existence in java.lang.
35 Description: Documentation for extension of the java.lang package (for Java 5+)
36 The Commons Lang components contains a set of Java classes that provide helper
37 methods for standard Java classes, especially those found in the java.lang
38 package in the JDK 5+.
39 .
40 Commons Lang 3.x use a different package (org.apache.commons.lang3) than the
41 previous versions (org.apache.commons.lang), allowing it to be used at the
42 same time as an earlier version.
43 .
44 Commons Lang 3.x is only compatible with JDK 1.5+
3345 .
3446 This package contains the API documentation of libcommons-lang3-java.