Update of /cvsroot/commonjava/commonjava-projects/commonjava-reflection
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13494
Modified Files:
.classpath
Log Message:
.
Index: .classpath
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-reflection/.classpath,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .classpath 20 Feb 2004 21:18:52 -0000 1.4
+++ .classpath 28 Jun 2004 04:11:24 -0000 1.5
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src\java">
+ <classpathentry excluding="" kind="src" path="src/java">
</classpathentry>
- <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC">
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
</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
|