|
From: Dan C. <cor...@us...> - 2010-04-19 20:55:48
|
Update of /cvsroot/jcommander/plugins/org.jcommander.commons In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8812 Modified Files: Tag: VER_0_7_2 plugin.xml Log Message: Fixes to work with RCP 3.5 Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.commons/plugin.xml,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -C2 -d -r1.3 -r1.3.4.1 *** plugin.xml 29 May 2006 16:09:59 -0000 1.3 --- plugin.xml 19 Apr 2010 20:55:40 -0000 1.3.4.1 *************** *** 16,22 **** <requires> <import plugin="org.eclipse.core.runtime"/> - <import plugin="org.apache.log4j"/> <import plugin="org.jcommander.phileas.platformutils"/> <import plugin="org.apache.commons" export="false"/> </requires> --- 16,22 ---- <requires> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.jcommander.phileas.platformutils"/> <import plugin="org.apache.commons" export="false"/> + <import plugin="org.eclipse.xtext.log4j" version="1.2.15"/> </requires> |