Update of /cvsroot/commonjava/commonjava-projects/commonjava-lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11616
Modified Files:
.classpath .project
Log Message:
corrected versioning differences...everything is up to date.
Index: .classpath
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-lang/.classpath,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .classpath 15 Dec 2003 01:50:16 -0000 1.3
+++ .classpath 20 Feb 2004 21:14:53 -0000 1.4
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/java">
+ <classpathentry kind="src" path="src\java">
</classpathentry>
<classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC">
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.2.jar">
</classpathentry>
- <classpathentry kind="output" path="target/classes">
+ <classpathentry kind="output" path="target\classes">
</classpathentry>
</classpath>
\ No newline at end of file
Index: .project
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-lang/.project,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .project 18 Sep 2003 01:10:42 -0000 1.1
+++ .project 20 Feb 2004 21:14:53 -0000 1.2
@@ -2,8 +2,7 @@
<projectDescription>
<name>commonjava-lang</name>
- <comment>
- </comment>
+ <comment>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.</comment>
<projects>
</projects>
<buildSpec>
|