|
From: Robert E. <sky...@us...> - 2006-05-29 16:10:05
|
Update of /cvsroot/jcommander/plugins/org.jcommander.commons In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10079 Modified Files: plugin.xml build.properties .classpath Log Message: The Jakarta Commons libraries now have their own plugin. Referencing it. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.commons/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 2 May 2006 09:07:36 -0000 1.2 --- .classpath 29 May 2006 16:09:59 -0000 1.3 *************** *** 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"/> --- 2,5 ---- Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.commons/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 2 May 2006 09:07:36 -0000 1.2 --- build.properties 29 May 2006 16:09:59 -0000 1.3 *************** *** 2,6 **** output.commons.jar = bin/ bin.includes = plugin.xml,\ ! commons.jar,\ ! lib/,\ ! lib/commons-lang-2.1.jar --- 2,4 ---- output.commons.jar = bin/ bin.includes = plugin.xml,\ ! commons.jar Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.commons/plugin.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** plugin.xml 2 May 2006 09:07:36 -0000 1.2 --- plugin.xml 29 May 2006 16:09:59 -0000 1.3 *************** *** 12,18 **** <export name="*"/> </library> - <library name="lib/commons-lang-2.1.jar"> - <export name="*"/> - </library> </runtime> --- 12,15 ---- *************** *** 21,24 **** --- 18,22 ---- <import plugin="org.apache.log4j"/> <import plugin="org.jcommander.phileas.platformutils"/> + <import plugin="org.apache.commons" export="false"/> </requires> |