libcommons-lang-java 2.6-3ubuntu1 source package in Ubuntu

Changelog

libcommons-lang-java (2.6-3ubuntu1) precise; urgency=low

  * Revert to 2.6-1 packaging, as 2.6-2 would pull in a plethora of Java/maven
    libraries into main.
 -- Martin Pitt <email address hidden>   Wed, 14 Dec 2011 14:48:44 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-lang-java_2.6.orig.tar.gz 550.8 KiB 05479771851be0af057032fa26ad90aa0c91c10e1fc4439558a1ffa6f053bcd7
libcommons-lang-java_2.6-3ubuntu1.debian.tar.gz 6.7 KiB 409749e90c8cd9643cae9e4789dfd6d74ee019aa2d3812df31e1a3898a9ccc25
libcommons-lang-java_2.6-3ubuntu1.dsc 2.3 KiB bd1d9e73c4e36734fe23d051cc2d62f28776991203a0a2a72fa065568708da79

Available diffs

View changes file

Binary packages built by this source

libcommons-lang-java: Extension of the java.lang package

 The Lang Component contains a set of Java classes that provide helper
 methods for standard Java classes, especially those found in the
 java.lang package in the Sun JDK. The following classes are included:
 .
  * StringUtils - Helper for java.lang.String.
  * CharSetUtils - Methods for dealing with CharSets, which are sets of
    characters such as [a-z] and [abcdez].
  * RandomStringUtils - Helper for creating randomised Strings.
  * NumberUtils - Helper for java.lang.Number and its subclasses.
  * NumberRange - A range of numbers with an upper and lower bound.
  * ObjectUtils - Helper for java.lang.Object.
  * SerializationUtils - Helper for serializing Objects.
  * SystemUtils - Utility class defining the Java system properties.
  * NestedException package - A sub-package for the creation of nested
    exceptions.
  * Enum package - A sub-package for the creation of enumerated types.
  * Builder package - A sub-package for the creation of equals, hashCode,
    compareTo and toString methods.

libcommons-lang-java-doc: Documentation for an extension of the java.lang package

 The Lang Component contains a set of Java classes that provide helper
 methods for standard Java classes, especially those found in the
 java.lang package in the Sun JDK. The following classes are included:
 .
  * StringUtils - Helper for java.lang.String.
  * CharSetUtils - Methods for dealing with CharSets, which are sets of
    characters such as [a-z] and [abcdez].
  * RandomStringUtils - Helper for creating randomised Strings.
  * NumberUtils - Helper for java.lang.Number and its subclasses.
  * NumberRange - A range of numbers with an upper and lower bound.
  * ObjectUtils - Helper for java.lang.Object.
  * SerializationUtils - Helper for serializing Objects.
  * SystemUtils - Utility class defining the Java system properties.
  * NestedException package - A sub-package for the creation of nested
    exceptions.
  * Enum package - A sub-package for the creation of enumerated types.
  * Builder package - A sub-package for the creation of equals, hashCode,
    compareTo and toString methods.
 .
 This package contains the API documentation of libcommons-lang-java