commons-configuration 1.9-1 source package in Ubuntu

Changelog

commons-configuration (1.9-1) unstable; urgency=low


  * New upstream release
  * debian/control:
    - Updated Standards-Version to 3.9.4 (no changes)
    - Use canonical URLs for the Vcs-* fields
    - Added new build dependencies (libjavacc-maven-plugin-java, junit4)
    - Upgraded the dependency on the Servlet API (2.5 -> 3.0)
    - Removed the dependency on the Activation Framework (glassfish-activation)
    - Replaced the dependency on glassfish-mail with libgnumail-java
    - Removed the unused dependencies:
      liblog4j1.2-java-doc, libmaven-assembly-plugin-java
    - Replaced the dependency on libcommons-jexl-java by libcommons-jexl2-java
  * debian/watch: Changed to point the official Apache distribution server
  * Removed the obsolete file debian/ant.properties
  * Installed the upstream changelog in the binary packages
  * Added the report plugins to maven.ignoreRules
  * Added the classpath attribute to the jar manifest

 -- Emmanuel Bourg <email address hidden>  Mon, 01 Jul 2013 16:29:44 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
commons-configuration_1.9-1.dsc 2.9 KiB 610f0a7a1685ea416a3813ee86783127075e41bbcd1d9aa767b8acc6c5f45ef4
commons-configuration_1.9.orig.tar.gz 583.7 KiB ce59a7624d041c58054fb85c481e32c4974df15eacfd59c225aa90ae31d0d8ab
commons-configuration_1.9-1.debian.tar.gz 5.1 KiB 6cbe136081ace7d4b0b69554e9958ef0775059f564f96526180e3f87826ebb0f

Available diffs

No changes file available.

Binary packages built by this source

libcommons-configuration-java: Java based library providing a generic configuration interface

 Commons Configuration provides a generic configuration interface which enables
 an application to read configuration data from a variety of sources:
  - Properties files
  - XML documents
  - Windows INI files
  - Property list files (.plist)
  - JNDI
  - JDBC Datasource
  - System properties
  - Applet parameters
  - Servlet parameters
 Additional sources of configuration parameters can be created by using custom
 configuration objects.

libcommons-configuration-java-doc: API Documentation for commons-configuration

 Commons Configuration provides a generic configuration interface which enables
 an application to read configuration data from a variety of sources:
  - Properties files
  - XML documents
  - Windows INI files
  - Property list files (.plist)
  - JNDI
  - JDBC Datasource
  - System properties
  - Applet parameters
  - Servlet parameters
 Additional sources of configuration parameters can be created by using custom
 configuration objects.
 .
 This package contains the API documentation for commons-configuration.