|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:22
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23176 Modified Files: plugin.xml .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 19 Mar 2006 21:04:36 -0000 1.4 --- .classpath 4 Jan 2007 09:07:19 -0000 1.5 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/plugin.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** plugin.xml 8 Jul 2006 17:35:20 -0000 1.40 --- plugin.xml 4 Jan 2007 09:07:19 -0000 1.41 *************** *** 20,24 **** <import plugin="org.jcommander.systemshell"/> <import plugin="org.jcommander.ui.externaltools"/> ! <import plugin="org.apache.commons.vfs"/> <import plugin="org.jcommander.ui.logger"/> <import plugin="org.jcommander.phileas.bookmarks"/> --- 20,24 ---- <import plugin="org.jcommander.systemshell"/> <import plugin="org.jcommander.ui.externaltools"/> ! <import plugin="org.apache.commons.vfs" export="true"/> <import plugin="org.jcommander.ui.logger"/> <import plugin="org.jcommander.phileas.bookmarks"/> |