[CJ-dev] commonjava-projects/commonjava-lang project.xml,1.2,1.3
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-18 06:21:43
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26713 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-lang/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- project.xml 2 Feb 2004 02:20:35 -0000 1.2 +++ project.xml 18 Feb 2004 06:12:24 -0000 1.3 @@ -3,7 +3,7 @@ <project> <pomVersion>3</pomVersion> <id>commonjava-lang</id> - <name>CommonJava Common Language Elements</name> + <name>Common Language</name> <groupId>commonjava</groupId> <currentVersion>2.0-1</currentVersion> <organization> @@ -13,6 +13,12 @@ <inceptionYear>2002</inceptionYear> <package>org.commonjava.lang</package> + <description> + Attempts to provide some commonplace language constructs for use in modeling. Examples include a + base set of identifier classes, along with interface definitions and support classes for object + locking, validation, reversibility, and negation. + </description> + <dependencies> <dependency> <groupId>commons-logging</groupId> |