|
From: Robert E. <sky...@us...> - 2006-05-29 16:10:22
|
Update of /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10443 Modified Files: .classpath plugin.xml Log Message: The Jakarta Commons libraries now have their own plugin. Referencing it. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 2 May 2006 09:07:10 -0000 1.4 --- .classpath 29 May 2006 16:10:15 -0000 1.5 *************** *** 5,10 **** <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="lib" path="/org.apache.commons.vfs.dependencies/commons-logging-1.0.4.jar"/> - <classpathentry kind="lib" path="/org.jcommander.commons/lib/commons-lang-2.1.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 5,8 ---- Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks/plugin.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** plugin.xml 2 May 2006 09:07:10 -0000 1.15 --- plugin.xml 29 May 2006 16:10:15 -0000 1.16 *************** *** 21,24 **** --- 21,25 ---- <import plugin="org.jcommander.ui.logger"/> <import plugin="org.jcommander.commons"/> + <import plugin="org.apache.commons"/> </requires> <extension-point id="contentGenerator" name="Dynamic bookmark group content generator" schema="schema/contentGenerator.exsd"/> |