[CJ-dev] commonjava-projects/commonjava-math .classpath,1.2,1.3 .project,1.1,1.2
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-20 21:26:22
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-math In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11651 Modified Files: .classpath .project Log Message: corrected versioning differences...everything is up to date. Index: .classpath =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-math/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .classpath 15 Dec 2003 01:50:13 -0000 1.2 +++ .classpath 20 Feb 2004 21:15:00 -0000 1.3 @@ -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-math/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .project 18 Sep 2003 01:21:07 -0000 1.1 +++ .project 20 Feb 2004 21:15:00 -0000 1.2 @@ -2,8 +2,7 @@ <projectDescription> <name>commonjava-math</name> - <comment> - </comment> + <comment>Provides some higher-level math functionality. Currently only provides variance and standard deviation, in support of the Binary Diff project.</comment> <projects> </projects> <buildSpec> |