plexus-interpolation 1.11-2 source package in Ubuntu

Changelog

plexus-interpolation (1.11-2) unstable; urgency=low

  * Upload to unstable.

plexus-interpolation (1.11-1) experimental; urgency=low

  * New upstream release, add myself to Uploaders
  * Change section to java, bump 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 
    ro the Maven repository
  * Remove Depends on any Java runtime for the library package
  * Remove the patch for the POM as it's no longer needed, as well as
    the dependency on Quilt

 -- Matthias Klose <email address hidden>   Mon,  12 Oct 2009 08:46:41 +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-interpolation_1.11.orig.tar.gz 41.3 KiB 2fee8f02a801ebc9d5ebc8fda197523c5c358d93cd0a8bec84a91b82b3c9ca75
plexus-interpolation_1.11-2.diff.gz 3.9 KiB 1889d03b209ada05cb5e0243ef55ad25c11a95687719ff3ae8057b27070146d4
plexus-interpolation_1.11-2.dsc 1.5 KiB 03925d637cc759b5ad7a4068b2512a8f151bbdb56f9daeabc482cca01e49e720

Available diffs

View changes file

Binary packages built by this source

libplexus-interpolation-java: Plexus Interpolation 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.
 .
 Plexus interpolator is focused on providing a more modular, flexible
 interpolation framework for the expression language style commonly seen in
 Maven, Plexus, and other related projects.