libcommons-discovery-java 0.4-4 source package in Ubuntu

Changelog

libcommons-discovery-java (0.4-4) unstable; urgency=low

  [ Emmanuel Bourg ]
  * Update of the URLs
  * Rename Jakarta Commons to Apache Commons

  [ Damien Raude-Morvan ]
  * Add myself to Uploaders
  * Remove Arnaud from Uploaders (retired from Debian)
  * Add Maven support:
    - debian/control: Build-Depends-Indep on maven-repo-helper
    - debian/rules: mh_installpoms and mh_installjar
    - debian/pom.xml: POM for commons-dicovery
  * Use 3.0 (quilt) source format:
    - debian/rules: Remove simple-patchsys.mk
    - Refresh all debian/patches
  * Updated Standards-Version 3.8.4 (no changes needed)
  * debian/ant.properties: Compile for Java 1.3
  * Install Javadoc HTML to /usr/share/doc/libcommons-discovery-java/api/
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:53:47 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcommons-discovery-java_0.4.orig.tar.gz 76.6 KiB 596242302be4f0502073f5a934c608289bba6221591e7dbea53ce629f67498a3
libcommons-discovery-java_0.4-4.debian.tar.gz 5.5 KiB c6e052f40570e9778ecd026e4d546b55cb757d340fa80f2efd06a6ee99616e3e
libcommons-discovery-java_0.4-4.dsc 1.6 KiB 955c0ae1fa6c7d172e69c5a9ac76667e998a5ea488ac7421e0e439cdde620b80

Available diffs

View changes file

Binary packages built by this source

libcommons-discovery-java: locates classes that implement a given Java interface

 The Discovery Component is about discovering, or finding,
 implementations for pluggable interfaces. It provides facilities
 instantiating classes in general, and for lifecycle management of
 singleton (factory) classes.
 .
 Fundamentally, Discovery locates classes that implement a given Java
 interface. The discovery pattern, though not necessarily this package,
 is used in many projects including JAXP (SaxParserFactory and others)
 and commons-logging (LogFactory). By extracting this pattern, other
 projects can (re)use it and take advantage of improvements to the
 pattern as Discovery evolves.
 .
 Discovery improves over previous implementations by establishing
 facilities for working within managed environments. These allow
 configuration and property overrides without appealing to the global
 System properties (which are scoped across an entire JVM).

libcommons-discovery-java-doc: locates classes that implement a given Java interface (documentation)

 The Discovery Component is about discovering, or finding,
 implementations for pluggable interfaces. It provides facilities
 instantiating classes in general, and for lifecycle management of
 singleton (factory) classes.
 .
 Fundamentally, Discovery locates classes that implement a given Java
 interface. The discovery pattern, though not necessarily this package,
 is used in many projects including JAXP (SaxParserFactory and others)
 and commons-logging (LogFactory). By extracting this pattern, other
 projects can (re)use it and take advantage of improvements to the
 pattern as Discovery evolves.
 .
 Discovery improves over previous implementations by establishing
 facilities for working within managed environments. These allow
 configuration and property overrides without appealing to the global
 System properties (which are scoped across an entire JVM).
 .
 This package contains the documentation.