|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:18
|
Update of /cvsroot/jcommander/plugins/org.apache.commons In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23054 Modified Files: build.properties .classpath Added Files: oro-2.0.8.jar commons-compress-20040530.jar Removed Files: commons-compress-SNAPSHOT.jar Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 12 Jun 2006 09:57:32 -0000 1.2 --- .classpath 4 Jan 2007 09:07:11 -0000 1.3 *************** *** 2,9 **** <classpath> <classpathentry kind="src" path="src"/> <classpathentry exported="true" kind="lib" path="commons-cli-1.0.jar"/> <classpathentry exported="true" kind="lib" path="commons-lang-2.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-collections-3.1.jar"/> - <classpathentry exported="true" kind="lib" path="commons-compress-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="commons-httpclient-2.0.2.jar"/> <classpathentry exported="true" kind="lib" path="commons-logging-1.0.4.jar"/> --- 2,10 ---- <classpath> <classpathentry kind="src" path="src"/> + <classpathentry exported="true" kind="lib" path="oro-2.0.8.jar"/> + <classpathentry exported="true" kind="lib" path="commons-compress-20040530.jar"/> <classpathentry exported="true" kind="lib" path="commons-cli-1.0.jar"/> <classpathentry exported="true" kind="lib" path="commons-lang-2.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-collections-3.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-httpclient-2.0.2.jar"/> <classpathentry exported="true" kind="lib" path="commons-logging-1.0.4.jar"/> --- NEW FILE: oro-2.0.8.jar --- (This appears to be a binary file; contents omitted.) --- commons-compress-SNAPSHOT.jar DELETED --- Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 12 Jun 2006 07:59:46 -0000 1.2 --- build.properties 4 Jan 2007 09:07:11 -0000 1.3 *************** *** 4,11 **** .,\ commons-collections-3.1.jar,\ - commons-compress-SNAPSHOT.jar,\ commons-httpclient-2.0.2.jar,\ commons-logging-1.0.4.jar,\ commons-net-1.4.1.jar,\ commons-lang-2.1.jar,\ ! commons-cli-1.0.jar --- 4,12 ---- .,\ commons-collections-3.1.jar,\ commons-httpclient-2.0.2.jar,\ commons-logging-1.0.4.jar,\ commons-net-1.4.1.jar,\ commons-lang-2.1.jar,\ ! commons-cli-1.0.jar,\ ! commons-compress-20040530.jar,\ ! oro-2.0.8.jar --- NEW FILE: commons-compress-20040530.jar --- (This appears to be a binary file; contents omitted.) |