[CJ-dev] commonjava-projects/commonjava-config-crypto project.xml,1.8,1.9
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-18 06:22:13
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-config-crypto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26885 Modified Files: project.xml Log Message: updated documentation in project.xml files, and added functionality to: Console: - provide convenient way to prompt the user for more information Config: - Provide snap-in container stacking, or scoping - Provide a JBoss service implementation of a snap-in container Probably other things, but I don't honestly remember everything... Index: project.xml =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-config-crypto/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- project.xml 16 Jan 2004 02:20:09 -0000 1.8 +++ project.xml 18 Feb 2004 06:12:54 -0000 1.9 @@ -3,7 +3,7 @@ <project> <pomVersion>3</pomVersion> <id>commonjava-config-crypto</id> - <name>CommonJava Cryptography Configuration Point</name> + <name>Cryptography Configurations</name> <groupId>commonjava</groupId> <currentVersion>2.1-3</currentVersion> <organization> @@ -13,6 +13,11 @@ <inceptionYear>2002</inceptionYear> <package>org.commonjava.config.crypto</package> + <description> + This project merely maintains a configuration set for cryptography-based parameters, along with + an OPL parser library used to instantiate the configuration from namespaced XML. + </description> + <dependencies> <dependency> <groupId>commonjava</groupId> |