[Easystruts-cvs] net.sf.easystruts plugin.xml,1.1,1.2
Brought to you by:
eboudrant,
pombredanne
From: Francois G. <far...@us...> - 2005-04-16 00:23:50
|
Update of /cvsroot/easystruts/net.sf.easystruts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18618 Modified Files: plugin.xml Log Message: Added missing plugin dependency, and commented out <filter> tag that's not working in 3.0, it seems Index: plugin.xml =================================================================== RCS file: /cvsroot/easystruts/net.sf.easystruts/plugin.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** plugin.xml 15 Apr 2005 04:25:47 -0000 1.1 --- plugin.xml 16 Apr 2005 00:23:40 -0000 1.2 *************** *** 55,58 **** --- 55,59 ---- <import plugin="org.eclipse.ui.workbench"/> <import plugin="org.eclipse.update.ui"/> + <import plugin="org.eclipse.ui.forms"/> </requires> *************** *** 193,200 **** --- 194,203 ---- id="org.easystruts.eclipse.properties.strutsProjectPropertiesPage"> </page> + <!-- TODO: this is not working in 3.0, to see what it was for <filter name="nature" value="org.easystruts.eclipse.easystrutsnature"> </filter> + --> </extension> <extension |