Author: mculpepper(a)jboss.com
Date: 2007-08-07 21:48:07 -0400 (Tue, 07 Aug 2007)
New Revision: 2951
Modified:
trunk/seam/plugins/org.jboss.ide.seam.gen/plugin.xml
Log:
removed test extensions
Modified: trunk/seam/plugins/org.jboss.ide.seam.gen/plugin.xml
===================================================================
--- trunk/seam/plugins/org.jboss.ide.seam.gen/plugin.xml 2007-08-08 01:47:03 UTC (rev
2950)
+++ trunk/seam/plugins/org.jboss.ide.seam.gen/plugin.xml 2007-08-08 01:48:07 UTC (rev
2951)
@@ -129,32 +129,5 @@
</actionSet>
</extension>
- <extension
- point="org.eclipse.ui.menus">
- <menuContribution
- locationURI="menu:org.eclipse.ui.run?after=additions">
- <menu
- id="menu"
- label="Seam Gen"
- mnemonic="G"
- tooltip="Seam Gen">
- <command
- commandId="org.jboss.ide.seam.gen.testcommand"
- icon="icons/java_app.gif"
- label="Test Command"
- mnemonic="T"
- style="push">
- </command>
- </menu>
- </menuContribution>
- </extension>
- <extension
- point="org.eclipse.ui.commands">
- <command
- defaultHandler="TestCommandHandler"
- id="org.jboss.ide.seam.gen.testcommand"
- name="Test Command">
- </command>
- </extension>
</plugin>
Show replies by date