Update of /cvsroot/commonjava/commonjava-projects/commonjava-codec
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31886
Modified Files:
.classpath .project project.xml
Log Message:
deprecated Base64 and XmlFormatter in favor of the commonjava-util versions. This package is officially on its way to becoming defunct. Abandon ship!!!
Index: .classpath
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-codec/.classpath,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .classpath 15 Dec 2003 01:51:15 -0000 1.3
+++ .classpath 16 Feb 2004 07:03:23 -0000 1.4
@@ -1,20 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<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/commonjava/jars/commonjava-io-2.0.jar">
- </classpathentry>
- <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-reflection-2.0.jar">
- </classpathentry>
- <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-util-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
+ <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-io"/>
+ <classpathentry kind="src" path="/commonjava-lang"/>
+ <classpathentry kind="src" path="/commonjava-reflection"/>
+ <classpathentry kind="src" path="/commonjava-util"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Index: .project
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-codec/.project,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .project 18 Sep 2003 00:38:36 -0000 1.1
+++ .project 16 Feb 2004 07:03:23 -0000 1.2
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<projectDescription>
- <name>commonjava-codec</name>
- <comment>
+ <name>commonjava-codec</name>
+ <comment>
</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
+ <projects>
+ <project>commonjava-io</project>
+ <project>commonjava-lang</project>
+ <project>commonjava-reflection</project>
+ <project>commonjava-util</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>
Index: project.xml
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-codec/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- project.xml 18 Sep 2003 00:38:36 -0000 1.1
+++ project.xml 16 Feb 2004 07:03:23 -0000 1.2
@@ -13,6 +13,13 @@
<inceptionYear>2002</inceptionYear>
<package>org.commonjava.codec</package>
+ <description>
+ Basically defunct set of en/decoders for XML formatting/parsing regex-based file parsing,
+ and javabeans formatting. May revive the regex-based file parsing, since this is still a
+ pretty good idea, but it doesn't quite fit into the common mold with XML parsing. And it
+ really shouldn't... The rest is definitely on the way out, though.
+ </description>
+
<dependencies>
<dependency>
<groupId>commonjava</groupId>
|