Update of /cvsroot/commonjava/commonjava-projects/commonjava-dirdigester
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11477
Modified Files:
.project .classpath
Log Message:
corrected versioning differences...everything is up to date.
Index: .project
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-dirdigester/.project,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .project 2 Feb 2004 07:03:52 -0000 1.2
+++ .project 20 Feb 2004 21:14:15 -0000 1.3
@@ -2,8 +2,7 @@
<projectDescription>
<name>commonjava-dirdigester</name>
- <comment>
- </comment>
+ <comment>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.</comment>
<projects>
</projects>
<buildSpec>
Index: .classpath
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-dirdigester/.classpath,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .classpath 2 Feb 2004 07:03:52 -0000 1.2
+++ .classpath 20 Feb 2004 21:14:15 -0000 1.3
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/java">
+ <classpathentry kind="src" path="src\java">
</classpathentry>
- <classpathentry output="target/test-classes" kind="src" path="src/test">
+ <classpathentry output="target\test-classes" kind="src" path="src\test">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar">
</classpathentry>
@@ -13,6 +13,6 @@
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-util-2.0-3.jar">
</classpathentry>
- <classpathentry kind="output" path="target/classes">
+ <classpathentry kind="output" path="target\classes">
</classpathentry>
</classpath>
\ No newline at end of file
|