Author: paulcager-guest Date: 2007-03-30 11:34:23 +0000 (Fri, 30 Mar 2007) New Revision: 3137
Modified: trunk/plexus-classworlds/debian/control Log: Improve package description Modified: trunk/plexus-classworlds/debian/control =================================================================== --- trunk/plexus-classworlds/debian/control 2007-03-30 10:07:50 UTC (rev 3136) +++ trunk/plexus-classworlds/debian/control 2007-03-30 11:34:23 UTC (rev 3137) @@ -11,7 +11,7 @@ Architecture: all Section: libs Suggests: libplexus-classworlds-java-doc -Description: utilities for the Plexus framework +Description: Class loading 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 @@ -38,6 +38,24 @@ Depends: classpath-doc Suggests: libplexus-classworlds-java Description: API Documentation for plexus-classworlds - Documentation for plexus-classworlds, part of 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. + . + This package contains the API documentation for plexus-classworlds. + . Homepage: http://plexus.codehaus.org/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

