plexus-component-api 1.0.0~alpha22-2 source package in Ubuntu

Changelog

plexus-component-api (1.0.0~alpha22-2) unstable; urgency=low

  * Upload to unstable.

plexus-component-api (1.0.0~alpha22-1) experimental; urgency=low

  [Ludovic Claude]
  * New upstream version (sort of), using the version stored in
    the SVN tags rather than the trunk as it has disapeared 
    upstream.
  * Change section to java, bump up Standards-Version to 3.8.1
  * Add the Maven POM to the package,
  * Add a Build-Depends-Indep dependency on maven-repo-helper
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository
  * Change the dependency on java-gcj to default-jdk (Closes: #526294)
  * Add a Recommends on libplexus-containers-java as the POM for this 
    package required org.codehaus.plexus:plexus-containers as parent

  [Michael Koch]
  * Added watch file.
  * Added myself to Uploaders.
  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
  * Updated Standards-Version to 3.7.3.

 -- Matthias Klose <email address hidden>   Tue,  20 Oct 2009 16:52:44 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Karmic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
plexus-component-api_1.0.0~alpha22.orig.tar.gz 17.2 KiB 4cf0affbf1c5bd20537df1e0c94098bd6fbbc5cab7a02687a1ee1d1517cb6152
plexus-component-api_1.0.0~alpha22-2.diff.gz 5.0 KiB dbde6cd8e83985a23cebb87df880dfe10e7f4d43415111cc32e42f5ce5a313f3
plexus-component-api_1.0.0~alpha22-2.dsc 1.6 KiB 71b8f46326ed2a17b3abb9b00341e9bf2bf0573806e5f1236f04083f35a32484

Available diffs

View changes file

Binary packages built by this source

libplexus-component-api-java: utilities for the Plexus framework

 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
     * Component lifecycles
     * Component instantiation strategies
     * Nested containers
     * Component configuration
     * Auto-wiring
     * Component dependencies, and
     * Various dependency injection techniques including constructor injection,
       setter injection, and private field injection.

libplexus-component-api-java-doc: API Documentation for plexus-component-api

 The Plexus project provides a full software stack for creating and executing
 software projects. Based on the Plexus container, the applications can
 utilise component-oriented programming to build modular, reusable components
 that can easily be assembled and reused.
 .
 While Plexus is similar to other inversion-of-control (IoC) or dependency
 injection frameworks such as the Spring Framework, it is a full-fledged
 container that supports many more features such as:
 .
     * Component lifecycles
     * Component instantiation strategies
     * Nested containers
     * Component configuration
     * Auto-wiring
     * Component dependencies, and
     * Various dependency injection techniques including constructor injection,
       setter injection, and private field injection.
 .
 This package contains the API documentation for plexus-component-api