|
From: Mike G. <mi...@us...> - 2006-07-11 14:45:21
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20595 Modified Files: .classpath Log Message: Skeleton implementation of feature [1473431] Command Line Interface. Implemented parameter parsing and passing inside JCommander (first or already running instance). Implemented singleton instance parameters and the newTab parameter. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/.classpath,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .classpath 19 Mar 2006 21:03:46 -0000 1.8 --- .classpath 11 Jul 2006 14:45:15 -0000 1.9 *************** *** 6,9 **** --- 6,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 exported="true" kind="lib" path="/org.apache.commons/commons-cli-1.0.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |