|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:56
|
Update of /cvsroot/jcommander/plugins/org.apache.commons.vfs In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23232 Modified Files: .classpath build.properties Added Files: commons-vfs-1.1-SNAPSHOT.jar Removed Files: commons-vfs-1.0-RC8-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.vfs/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 16 Mar 2006 19:43:52 -0000 1.4 --- .classpath 4 Jan 2007 09:07:50 -0000 1.5 *************** *** 1,7 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 1,7 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry exported="true" kind="lib" path="commons-vfs-1.1-SNAPSHOT.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> --- commons-vfs-1.0-RC8-SNAPSHOT.jar DELETED --- --- NEW FILE: commons-vfs-1.1-SNAPSHOT.jar --- (This appears to be a binary file; contents omitted.) Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs/build.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.properties 6 Aug 2006 10:31:29 -0000 1.5 --- build.properties 4 Jan 2007 09:07:50 -0000 1.6 *************** *** 1,2 **** bin.includes = META-INF/,\ ! commons-vfs-1.0-RC8-SNAPSHOT.jar --- 1,2 ---- bin.includes = META-INF/,\ ! commons-vfs-1.1-SNAPSHOT.jar |