[CJ-dev] commonjava-projects/commonjava-dirdigester project.xml,1.2,1.3
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-18 06:22:30
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-dirdigester In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26953 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-dirdigester/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- project.xml 2 Feb 2004 07:03:52 -0000 1.2 +++ project.xml 18 Feb 2004 06:13:11 -0000 1.3 @@ -3,9 +3,9 @@ <project> <pomVersion>3</pomVersion> <id>commonjava-dirdigester</id> - <name>CommonJava Directory Fingerprint Generator</name> + <name>Directory Digester</name> <groupId>commonjava</groupId> - <currentVersion>2.0-1</currentVersion> + <currentVersion>2.0-2</currentVersion> <organization> <name>CommonJava Open Component Project</name> <url>http://www.commonjava.org</url> @@ -13,6 +13,14 @@ <inceptionYear>2002</inceptionYear> <package>org.commonjava.dirdigester</package> + <description> + This project simply creates an MD5 digest for every file in a directory structure, given certain + filename filters, and writes them to a single file along with the search options used to generate + them. In this way, it creates a unique fingerprint, or digest, for the directory. These fingerprints + can then be used as a quick way (faster than diff) to reliably check for content changes within + the directory structure. + </description> + <dependencies> <dependency> <groupId>commonjava</groupId> |