Author: adietish
Date: 2012-02-16 15:53:27 -0500 (Thu, 16 Feb 2012)
New Revision: 38844
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
Log:
[JBIDE-10735] added descriptions to new-wizard and import wizard declaration (plugin.xml)
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-02-16
20:03:16 UTC (rev 38843)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/plugin.xml 2012-02-16
20:53:27 UTC (rev 38844)
@@ -18,6 +18,7 @@
icon="icons/openshift-logo-white-icon.png"
id="org.jboss.ide.eclipse.as.openshift.express.ui.wizard.createNewApplicationWizard"
name="OpenShift Express Application">
+ <description>Create a new OpenShift Express
Application</description>
</wizard>
</extension>
<extension
@@ -32,6 +33,7 @@
icon="icons/openshift-logo-white-icon.png"
id="org.jboss.tools.openshift.express.ui.importExistingApplicationWizard"
name="Existing OpenShift Express Application">
+ <description>Import an existing OpenShift Express
Application</description>
</wizard>
</extension>
<extension
@@ -39,7 +41,7 @@
<perspectiveExtension
targetID="org.jboss.tools.common.ui.JBossPerspective">
<newWizardShortcut
- id="org.jboss.ide.eclipse.as.openshift.express.ui.wizard.ImportProjectNewWizard">
+ id="org.jboss.ide.eclipse.as.openshift.express.ui.wizard.createNewApplicationWizard">
</newWizardShortcut>
</perspectiveExtension>
</extension>
Show replies by date