[CJ-dev] commonjava-projects/commonjava-util project.xml,1.4,1.5
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-16 07:00:27
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30155 Modified Files: project.xml Log Message: added some of the still-good classes from commonjava-codec before that whole project is deprecated. Also, fleshed out a description in the project.xml. Index: project.xml =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-util/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- project.xml 2 Feb 2004 03:03:49 -0000 1.4 +++ project.xml 16 Feb 2004 06:52:39 -0000 1.5 @@ -13,6 +13,23 @@ <inceptionYear>2002</inceptionYear> <package>org.commonjava.util</package> + <description> + <p> + Util is your basic catch-all utilties repository. It's basically the swiss-army knife of the + commonjava projects, and has bloated over time to include an incredible amount of reusable + components. As such, it is a primary target for refactoring into sub-projects. This refactoring + will allow for trimmer dependency sets for client projects of util. + </p> + <p> + This package contains convenience constants (eg. TimeConstants), File manipulation and search + utilities, data structures, some basic lightweight formatters, some implementations of + FilenameFilter, and much more. And that's just the base org.commonjava.util package! Sub-packages + include base objects for concepts like work queues and pools of volatile objects. Basically + a one-stop-shopping repo for anything not specifically attached to one type of functionality. + Nearly every other CommonJava project depends upon Util. And it needs work. + </p> + </description> + <dependencies> <dependency> <groupId>commonjava</groupId> |