[CJ-dev] commonjava-projects/commonjava-io .project,1.2,1.3 .classpath,1.5,1.6
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-20 21:28:30
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-io In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12322 Modified Files: .project .classpath Log Message: corrected versioning differences...everything is up to date. Index: .project =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-io/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .project 18 Feb 2004 06:13:00 -0000 1.2 +++ .project 20 Feb 2004 21:17:08 -0000 1.3 @@ -1,19 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> + <projectDescription> - <name>commonjava-io</name> - <comment> - </comment> - <projects> - <project>commonjava-lang</project> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> + <name>commonjava-io</name> + <comment>This project attempts to homogenize I/O to/from various sources, when the user doesn't need all the advanced options provided by each unique type. Currently supports files, classpath resources, and HTTP URLs.</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> \ No newline at end of file Index: .classpath =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-io/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- .classpath 18 Feb 2004 06:13:00 -0000 1.5 +++ .classpath 20 Feb 2004 21:17:08 -0000 1.6 @@ -1,8 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> + <classpath> - <classpathentry kind="src" path="src/java"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.2.jar"/> - <classpathentry kind="src" path="/commonjava-lang"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> + <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/commonjava/jars/commonjava-lang-2.0.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.2.jar"> + </classpathentry> + <classpathentry kind="output" path="target\classes"> + </classpathentry> +</classpath> \ No newline at end of file |