|
From: Robert E. <sky...@us...> - 2006-05-02 09:07:45
|
Update of /cvsroot/jcommander/plugins/org.jcommander.commons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13906 Modified Files: plugin.xml build.properties .classpath Log Message: Included the Jakarta Commons Lang library Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.commons/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 11 Nov 2005 06:46:57 -0000 1.1 --- .classpath 2 May 2006 09:07:36 -0000 1.2 *************** *** 2,5 **** --- 2,6 ---- <classpath> <classpathentry kind="src" path="src"/> + <classpathentry exported="true" kind="lib" path="lib/commons-lang-2.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.commons/build.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.properties 11 Nov 2005 06:46:57 -0000 1.1 --- build.properties 2 May 2006 09:07:36 -0000 1.2 *************** *** 2,4 **** output.commons.jar = bin/ bin.includes = plugin.xml,\ ! commons.jar --- 2,6 ---- output.commons.jar = bin/ bin.includes = plugin.xml,\ ! commons.jar,\ ! lib/,\ ! lib/commons-lang-2.1.jar Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.commons/plugin.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** plugin.xml 11 Nov 2005 06:46:57 -0000 1.1 --- plugin.xml 2 May 2006 09:07:36 -0000 1.2 *************** *** 4,8 **** id="org.jcommander.commons" name="JCommander Commons Plug-in" ! version="0.7.0" provider-name="JCmd Dev Team" class="org.jcommander.commons.CommonsPlugin"> --- 4,8 ---- id="org.jcommander.commons" name="JCommander Commons Plug-in" ! version="0.7.1" provider-name="JCmd Dev Team" class="org.jcommander.commons.CommonsPlugin"> *************** *** 12,15 **** --- 12,18 ---- <export name="*"/> </library> + <library name="lib/commons-lang-2.1.jar"> + <export name="*"/> + </library> </runtime> |