Author: scabanovich
Date: 2012-10-01 17:13:41 -0400 (Mon, 01 Oct 2012)
New Revision: 44196
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/plugin.properties
trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml
Log:
JBIDE-9443
https://issues.jboss.org/browse/JBIDE-9443
New Service Provider wizard, keywords are added.
Modified: trunk/common/plugins/org.jboss.tools.common.ui/plugin.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.ui/plugin.properties 2012-10-01 20:08:31
UTC (rev 44195)
+++ trunk/common/plugins/org.jboss.tools.common.ui/plugin.properties 2012-10-01 21:13:41
UTC (rev 44196)
@@ -4,3 +4,4 @@
command.newEditor.sidebyside.name=New Editor (Side by Side)
command.newEditor.sidebyside.description=Open New Editor Side by Side to active Editor
perspective.name=JBoss
+preferenceNewServiceKeywords=java class
Modified: trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml 2012-10-01 20:08:31 UTC (rev
44195)
+++ trunk/common/plugins/org.jboss.tools.common.ui/plugin.xml 2012-10-01 21:13:41 UTC (rev
44196)
@@ -52,6 +52,13 @@
</hover>
</extension>
+ <extension
+ point="org.eclipse.ui.keywords">
+ <keyword
+ label="%preferenceNewServiceKeywords"
+ id="org.jboss.tools.common.ui.newService"/>
+ </extension>
+
<extension point="org.eclipse.ui.newWizards">
<wizard
category="org.eclipse.jdt.ui.java"
@@ -63,9 +70,9 @@
<description>
Create a Service Provider Type
</description>
- <!--keywordReference
- id="xxx">
- </keywordReference-->
+ <keywordReference
+ id="org.jboss.tools.common.ui.newService">
+ </keywordReference>
</wizard>
</extension>