Author: paulcager-guest Date: 2007-03-30 10:07:50 +0000 (Fri, 30 Mar 2007) New Revision: 3136
Modified: trunk/plexus-utils/debian/control Log: Expanded Description for doc package Modified: trunk/plexus-utils/debian/control =================================================================== --- trunk/plexus-utils/debian/control 2007-03-29 23:09:28 UTC (rev 3135) +++ trunk/plexus-utils/debian/control 2007-03-30 10:07:50 UTC (rev 3136) @@ -38,6 +38,24 @@ Depends: classpath-doc Suggests: libplexus-utils-java Description: API Documentation for plexus-utils - Documentation for plexus-utils, 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-utils. + . Homepage: http://plexus.codehaus.org/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

