[easystruts-cvs] net.sf.easystruts plugin.xml,1.3,1.4
Brought to you by:
eboudrant,
pombredanne
From: Philippe O. <pom...@us...> - 2005-12-14 00:07:45
|
Update of /cvsroot/easystruts/net.sf.easystruts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4094 Modified Files: plugin.xml Log Message: Updated provider name Index: plugin.xml =================================================================== RCS file: /cvsroot/easystruts/net.sf.easystruts/plugin.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** plugin.xml 27 Apr 2005 05:46:55 -0000 1.3 --- plugin.xml 14 Dec 2005 00:07:36 -0000 1.4 *************** *** 1,234 **** <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> ! <plugin ! id="com.cross.easystruts.eclipse" ! name="Easy Struts" ! version="0.7.0" ! provider-name="E.Boudrant" ! class="org.easystruts.eclipse.EasyStrutsPlugin"> ! <runtime> ! <library name="easystruts.jar"/> ! <library name="lib/commons-beanutils/commons-beanutils-1.7.0.jar"> ! <export name="*"/> ! </library> ! <library name="lib/commons-collections/commons-collections-3.1.jar"> ! <export name="*"/> ! </library> ! <library name="lib/commons-digester/commons-digester-1.5.jar"> ! <export name="*"/> ! </library> ! <library name="lib/commons-logging/commons-logging-1.0.4.jar"> ! <export name="*"/> ! </library> ! <library name="lib/jdom/jdom-1.0.jar"> ! <export name="*"/> ! </library> ! <library name="lib/xalan/xalan-j-2.6.0.jar"> ! <export name="*"/> ! </library> ! <library name="lib/xerces/xerces-J-2.6.2-xercesImpl.jar"> ! <export name="*"/> ! </library> ! <library name="lib/xerces/xerces-J-2.6.2-xml-apis.jar"> ! <export name="*"/> ! </library> ! <library name="lib/xerces/xerces-J-2.6.2-xmlParserAPIs.jar"> ! <export name="*"/> ! </library> ! </runtime> ! <requires> ! <import plugin="org.eclipse.core.runtime.compatibility"/> ! <import plugin="org.eclipse.ui.ide"/> ! <import plugin="org.eclipse.jface.text"/> ! <import plugin="org.eclipse.ui.workbench.texteditor"/> ! <import plugin="org.eclipse.ui.editors"/> ! <import plugin="org.eclipse.swt"/> ! <import plugin="org.eclipse.jdt.ui"/> ! <import plugin="org.eclipse.core.resources"/> ! <import plugin="org.eclipse.jdt.core"/> ! <import plugin="org.eclipse.ui"/> ! <import plugin="org.eclipse.tomcat"/> ! <import plugin="org.eclipse.pde.ui"/> ! <import plugin="org.eclipse.pde.core"/> ! <import plugin="org.eclipse.ui.views"/> ! <import plugin="org.eclipse.ui.workbench"/> ! <import plugin="org.eclipse.update.ui"/> ! <import plugin="org.eclipse.ui.forms"/> ! <import plugin="org.eclipse.update.ui.forms"/> ! </requires> ! <extension ! id="easystrutsnature" ! name="Easy Struts Nature" ! point="org.eclipse.core.resources.natures"> ! <runtime> ! <run ! class="org.easystruts.eclipse.project.EasyStrutsProject"> ! </run> ! </runtime> ! </extension> ! <extension ! point="org.eclipse.ui.preferencePages"> ! <page ! name="%wizard.name" ! class="org.easystruts.eclipse.preferences.StrutsPreferencePage" ! id="org.easystruts.eclipse.preferences.strutsPreferencePage"> ! </page> ! </extension> ! <extension ! point="org.eclipse.ui.newWizards"> ! <category ! name="%wizard.category" ! parentCategory="org.eclipse.jdt.ui.java" ! id="org.easystruts.eclipse"> ! </category> ! <wizard ! name="Add Easy Struts support" ! icon="icons/wiz-support-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewStrutsSupportCreationWizard" ! id="org.easystruts.eclipse.wizards.NewStrutsSupportCreationWizard"> ! <description> ! Add Easy Struts support on selected project... ! </description> ! </wizard> ! <wizard ! name="Easy Form" ! icon="icons/wiz-form-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewFormCreationWizard" ! id="org.easystruts.eclipse.wizards.NewFormCreationWizard"> ! <description> ! Create a new Struts form... ! </description> ! </wizard> ! <wizard ! name="Easy Action" ! icon="icons/wiz-action-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewActionCreationWizard" ! id="org.easystruts.eclipse.wizards.NewActionCreationWizard"> ! <description> ! Create a new Struts action... ! </description> ! </wizard> ! <wizard ! name="Easy Action associed with a form" ! icon="icons/wiz-actionform-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewActionAndFormCreationWizard" ! id="org.easystruts.eclipse.wizards.NewActionAndFormCreationWizard"> ! <description> ! Create a new Struts action associed with a form... ! </description> ! </wizard> ! <wizard ! name="Easy Forward" ! icon="icons/wiz-forward-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewForwardCreationWizard" ! id="org.easystruts.eclipse.wizards.NewForwardCreationWizard"> ! <description> ! Create a new Struts forward... ! </description> ! </wizard> ! <wizard ! name="Easy Exception" ! icon="icons/wiz-exception-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewExceptionCreationWizard" ! id="org.easystruts.eclipse.wizards.NewExceptionCreationWizard"> ! <description> ! Create a new Struts exception declaration... ! </description> ! </wizard> ! <wizard ! name="Easy Message resources" ! icon="icons/wiz-resources-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewMessageResourcesCreationWizard" ! id="org.easystruts.eclipse.wizards.NewMessageResourcesCreationWizard"> ! <description> ! Create a new Struts Message resources... ! </description> ! </wizard> ! <wizard ! name="Easy Plug In" ! icon="icons/wiz-action-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewPlugInCreationWizard" ! id="org.easystruts.eclipse.wizards.NewPlugInCreationWizard"> ! <description> ! Create a new Struts Plug In... ! </description> ! </wizard> ! <wizard ! name="Easy Datasource" ! icon="icons/wiz-datasource-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewDatasourceCreationWizard" ! id="org.easystruts.eclipse.wizards.NewDatasourceCreationWizard"> ! <description> ! Create a new Struts datasource... ! </description> ! </wizard> ! <wizard ! name="Easy Module" ! icon="icons/wiz-module-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewModuleCreationWizard" ! id="org.easystruts.eclipse.wizards.NewModuleCreationWizard"> ! <description> ! Create a new Struts 1.1 module... ! </description> ! </wizard> ! </extension> ! <extension ! point="org.eclipse.ui.propertyPages"> ! <page ! objectClass="org.eclipse.core.resources.IProject" ! adaptable="true" ! name="Easy Struts" ! class="org.easystruts.eclipse.properties.StrutsProjectPropertiesPage" ! 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 ! point="org.eclipse.ui.editors"> ! <editor ! name="Easy Struts" ! icon="icons/editor-small.gif" ! filenames="struts-config.xml" ! contributorClass="org.easystruts.eclipse.editor.EasyStrutsEditorContributor" ! class="org.easystruts.eclipse.editor.EasyStrutsEditor" ! id="org.easystruts.eclipse.editor.EasyStrutsEditor"> ! </editor> ! <editor ! name="Easy Tiles" ! icon="icons/tiles-editor-small.gif" ! filenames="tiles-defs.xml" ! contributorClass="org.easystruts.eclipse.editor.tiles.EasyStrutsEditorTilesContributor" ! class="org.easystruts.eclipse.editor.tiles.EasyStrutsTilesEditor" ! id="org.easystruts.eclipse.editor.tiles.EasyStrutsTilesEditor"> ! </editor> ! </extension> ! <extension ! point="org.eclipse.ui.views"> ! <view ! name="Easy Struts" ! icon="icons/view-small.gif" ! category="org.eclipse.jdt.ui.java" ! class="org.easystruts.eclipse.views.EasyStrutsView" ! id="org.easystruts.eclipse.views.EasyStrutsView"> ! </view> ! </extension> </plugin> --- 1,188 ---- <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> ! <plugin id="com.cross.easystruts.eclipse" name="Easy Struts" ! version="0.7.0" provider-name="E.Boudrant and the EasyStruts team" ! class="org.easystruts.eclipse.EasyStrutsPlugin"> ! <runtime> ! <library name="easystruts.jar" /> ! <library ! name="lib/commons-beanutils/commons-beanutils-1.7.0.jar"> ! <export name="*" /> ! </library> ! <library ! name="lib/commons-collections/commons-collections-3.1.jar"> ! <export name="*" /> ! </library> ! <library name="lib/commons-digester/commons-digester-1.5.jar"> ! <export name="*" /> ! </library> ! <library name="lib/commons-logging/commons-logging-1.0.4.jar"> ! <export name="*" /> ! </library> ! <library name="lib/jdom/jdom-1.0.jar"> ! <export name="*" /> ! </library> ! <library name="lib/xalan/xalan-j-2.6.0.jar"> ! <export name="*" /> ! </library> ! <library name="lib/xerces/xerces-J-2.6.2-xercesImpl.jar"> ! <export name="*" /> ! </library> ! <library name="lib/xerces/xerces-J-2.6.2-xml-apis.jar"> ! <export name="*" /> ! </library> ! <library name="lib/xerces/xerces-J-2.6.2-xmlParserAPIs.jar"> ! <export name="*" /> ! </library> ! </runtime> ! <requires> ! <import plugin="org.eclipse.core.runtime.compatibility" /> ! <import plugin="org.eclipse.ui.ide" /> ! <import plugin="org.eclipse.jface.text" /> ! <import plugin="org.eclipse.ui.workbench.texteditor" /> ! <import plugin="org.eclipse.ui.editors" /> ! <import plugin="org.eclipse.swt" /> ! <import plugin="org.eclipse.jdt.ui" /> ! <import plugin="org.eclipse.core.resources" /> ! <import plugin="org.eclipse.jdt.core" /> ! <import plugin="org.eclipse.ui" /> ! <import plugin="org.eclipse.tomcat" /> ! <import plugin="org.eclipse.pde.ui" /> ! <import plugin="org.eclipse.pde.core" /> ! <import plugin="org.eclipse.ui.views" /> ! <import plugin="org.eclipse.ui.workbench" /> ! <import plugin="org.eclipse.update.ui" /> ! <import plugin="org.eclipse.ui.forms" /> ! </requires> ! <extension id="easystrutsnature" name="Easy Struts Nature" ! point="org.eclipse.core.resources.natures"> ! <runtime> ! <run ! class="org.easystruts.eclipse.project.EasyStrutsProject"> ! </run> ! </runtime> ! </extension> ! <extension point="org.eclipse.ui.preferencePages"> ! <page name="%wizard.name" ! class="org.easystruts.eclipse.preferences.StrutsPreferencePage" ! id="org.easystruts.eclipse.preferences.strutsPreferencePage"> ! </page> ! </extension> ! <extension point="org.eclipse.ui.newWizards"> ! <category name="%wizard.category" ! parentCategory="org.eclipse.jdt.ui.java" ! id="org.easystruts.eclipse"> ! </category> ! <wizard name="Add Easy Struts support" ! icon="icons/wiz-support-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewStrutsSupportCreationWizard" ! id="org.easystruts.eclipse.wizards.NewStrutsSupportCreationWizard"> ! <description> ! Add Easy Struts support on selected project... ! </description> ! </wizard> ! <wizard name="Easy Form" icon="icons/wiz-form-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewFormCreationWizard" ! id="org.easystruts.eclipse.wizards.NewFormCreationWizard"> ! <description>Create a new Struts form...</description> ! </wizard> ! <wizard name="Easy Action" icon="icons/wiz-action-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewActionCreationWizard" ! id="org.easystruts.eclipse.wizards.NewActionCreationWizard"> ! <description>Create a new Struts action...</description> ! </wizard> ! <wizard name="Easy Action associed with a form" ! icon="icons/wiz-actionform-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewActionAndFormCreationWizard" ! id="org.easystruts.eclipse.wizards.NewActionAndFormCreationWizard"> ! <description> ! Create a new Struts action associed with a form... ! </description> ! </wizard> ! <wizard name="Easy Forward" icon="icons/wiz-forward-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewForwardCreationWizard" ! id="org.easystruts.eclipse.wizards.NewForwardCreationWizard"> ! <description>Create a new Struts forward...</description> ! </wizard> ! <wizard name="Easy Exception" ! icon="icons/wiz-exception-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewExceptionCreationWizard" ! id="org.easystruts.eclipse.wizards.NewExceptionCreationWizard"> ! <description> ! Create a new Struts exception declaration... ! </description> ! </wizard> ! <wizard name="Easy Message resources" ! icon="icons/wiz-resources-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewMessageResourcesCreationWizard" ! id="org.easystruts.eclipse.wizards.NewMessageResourcesCreationWizard"> ! <description> ! Create a new Struts Message resources... ! </description> ! </wizard> ! <wizard name="Easy Plug In" icon="icons/wiz-action-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewPlugInCreationWizard" ! id="org.easystruts.eclipse.wizards.NewPlugInCreationWizard"> ! <description>Create a new Struts Plug In...</description> ! </wizard> ! <wizard name="Easy Datasource" ! icon="icons/wiz-datasource-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewDatasourceCreationWizard" ! id="org.easystruts.eclipse.wizards.NewDatasourceCreationWizard"> ! <description>Create a new Struts datasource...</description> ! </wizard> ! <wizard name="Easy Module" icon="icons/wiz-module-small.gif" ! category="org.eclipse.jdt.ui.java/org.easystruts.eclipse" ! class="org.easystruts.eclipse.wizards.NewModuleCreationWizard" ! id="org.easystruts.eclipse.wizards.NewModuleCreationWizard"> ! <description>Create a new Struts 1.1 module...</description> ! </wizard> ! </extension> ! <extension point="org.eclipse.ui.propertyPages"> ! <page objectClass="org.eclipse.core.resources.IProject" ! adaptable="true" name="Easy Struts" ! class="org.easystruts.eclipse.properties.StrutsProjectPropertiesPage" ! 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 point="org.eclipse.ui.editors"> ! <editor name="Easy Struts" icon="icons/editor-small.gif" ! filenames="struts-config.xml" ! contributorClass="org.easystruts.eclipse.editor.EasyStrutsEditorContributor" ! class="org.easystruts.eclipse.editor.EasyStrutsEditor" ! id="org.easystruts.eclipse.editor.EasyStrutsEditor"> ! </editor> ! <editor name="Easy Tiles" icon="icons/tiles-editor-small.gif" ! filenames="tiles-defs.xml" ! contributorClass="org.easystruts.eclipse.editor.tiles.EasyStrutsEditorTilesContributor" ! class="org.easystruts.eclipse.editor.tiles.EasyStrutsTilesEditor" ! id="org.easystruts.eclipse.editor.tiles.EasyStrutsTilesEditor"> ! </editor> ! </extension> ! <extension point="org.eclipse.ui.views"> ! <view name="Easy Struts" icon="icons/view-small.gif" ! category="org.eclipse.jdt.ui.java" ! class="org.easystruts.eclipse.views.EasyStrutsView" ! id="org.easystruts.eclipse.views.EasyStrutsView"> ! </view> ! </extension> </plugin> |