Update of /cvsroot/commonjava/commonjava-projects/commonjava-caching
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv396
Modified Files:
project.xml
Log Message:
added project description and changed name to Caching.
Index: project.xml
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-caching/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- project.xml 18 Sep 2003 00:34:01 -0000 1.1
+++ project.xml 16 Feb 2004 07:10:16 -0000 1.2
@@ -3,7 +3,7 @@
<project>
<pomVersion>3</pomVersion>
<id>commonjava-caching</id>
- <name>CommonJava Caching Libraries</name>
+ <name>Caching</name>
<groupId>commonjava</groupId>
<currentVersion>2.0</currentVersion>
<organization>
@@ -13,6 +13,11 @@
<inceptionYear>2002</inceptionYear>
<package>org.commonjava.caching</package>
+ <description>
+ Entire package centered around an implementation of an aging cache (complete with
+ proactively waiting grooming thread) which exposes an enhanced map interface to the user.
+ </description>
+
<dependencies>
<dependency>
<groupId>commonjava</groupId>
|