|
From: Robert E. <sky...@us...> - 2006-05-02 09:07:23
|
Update of /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13654 Modified Files: .classpath plugin.xml Log Message: Added logging Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 19 Mar 2006 21:03:59 -0000 1.3 --- .classpath 2 May 2006 09:07:10 -0000 1.4 *************** *** 6,9 **** --- 6,10 ---- <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> Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks/plugin.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** plugin.xml 27 Apr 2006 14:07:44 -0000 1.14 --- plugin.xml 2 May 2006 09:07:10 -0000 1.15 *************** *** 20,23 **** --- 20,24 ---- <import plugin="org.jcommander.vfsextensions"/> <import plugin="org.jcommander.ui.logger"/> + <import plugin="org.jcommander.commons"/> </requires> <extension-point id="contentGenerator" name="Dynamic bookmark group content generator" schema="schema/contentGenerator.exsd"/> |