|
From: Robert E. <sky...@us...> - 2007-01-04 09:08:06
|
Update of /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23279 Modified Files: .classpath build.properties Removed Files: oro-2.0.8.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.dependencies/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 29 May 2006 16:09:55 -0000 1.4 --- .classpath 4 Jan 2007 09:08:02 -0000 1.5 *************** *** 1,13 **** <?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="ant-1.6.2.jar"/> - <classpathentry kind="lib" path="jakarta-slide-webdavlib-20050629.161100.jar"/> - <classpathentry kind="lib" path="jcifs-0.8.3.jar"/> - <classpathentry kind="lib" path="jdom-1.0.jar"/> - <classpathentry kind="lib" path="jsch-0.1.23.jar"/> - <classpathentry kind="lib" path="oro-2.0.8.jar"/> - <classpathentry kind="lib" path="xml-apis-1.0.b2.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 1,12 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry exported="true" kind="lib" path="ant-1.6.2.jar"/> + <classpathentry exported="true" kind="lib" path="jakarta-slide-webdavlib-20050629.161100.jar"/> + <classpathentry exported="true" kind="lib" path="jcifs-0.8.3.jar"/> + <classpathentry exported="true" kind="lib" path="jdom-1.0.jar"/> + <classpathentry exported="true" kind="lib" path="jsch-0.1.23.jar"/> + <classpathentry exported="true" kind="lib" path="xml-apis-1.0.b2.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> --- oro-2.0.8.jar DELETED --- Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies/build.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.properties 6 Aug 2006 10:31:24 -0000 1.4 --- build.properties 4 Jan 2007 09:08:03 -0000 1.5 *************** *** 1,8 **** bin.includes = META-INF/,\ jakarta-slide-webdavlib-20050629.161100.jar,\ jcifs-0.8.3.jar,\ jdom-1.0.jar,\ jsch-0.1.23.jar,\ ! oro-2.0.8.jar,\ ! xml-apis-1.0.b2.jar,\ ! ant-1.6.2.jar --- 1,7 ---- bin.includes = META-INF/,\ + ant-1.6.2.jar,\ jakarta-slide-webdavlib-20050629.161100.jar,\ jcifs-0.8.3.jar,\ jdom-1.0.jar,\ jsch-0.1.23.jar,\ ! xml-apis-1.0.b2.jar |