changeset 134:01068177f080

Use consistent ids in plugin.xml
author Omair Majid <omajid@redhat.com>
date Tue, 03 Jun 2014 17:32:07 -0400
parents 6c3a51d65a6f
children eef52fe80553
files com.redhat.thermostat.tools.eclipse.plugin/plugin.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/com.redhat.thermostat.tools.eclipse.plugin/plugin.xml	Mon Jun 02 10:11:24 2014 -0400
+++ b/com.redhat.thermostat.tools.eclipse.plugin/plugin.xml	Tue Jun 03 17:32:07 2014 -0400
@@ -9,7 +9,7 @@
             contributorClass="com.redhat.thermostat.tools.eclipse.plugin.editor.MultiPageEditorContributor"
             extensions="xml"
             icon="icons/thermostat.png"
-            id="thermostatplugin.editors.MultiPageEditor"
+            id="com.redhat.thermostat.tools.eclipse.plugin.xmlEditor"
             name="Thermostat Plugin Editor">
          <contentTypeBinding
                contentTypeId="com.redhat.thermostat.tools.eclipse.plugin.xml">
@@ -21,20 +21,20 @@
          point="org.eclipse.ui.newWizards">
       <category
             name="Thermostat"
-            id="com.redhat.thermostat.tools.eclipse.plugin">
+            id="com.redhat.thermostat.tools.eclipse.plugin.wizards">
       </category>
       <wizard
             name="Thermostat Plugin Projects"
             icon="icons/thermostat.png"
             category="com.redhat.thermostat.tools.eclipse.plugin"
             class="com.redhat.thermostat.tools.eclipse.plugin.wizards.ThermostatProjectCreationWizard"
-            id="thermostatplugin.wizards.CreateNewThermostatPluginWizard">
+            id="com.redhat.thermostat.tools.eclipse.plugin.newProjectWizard">
       </wizard>
       <wizard
             category="com.redhat.thermostat.tools.eclipse.plugin"
             class="com.redhat.thermostat.tools.eclipse.plugin.wizards.PluginXmlCreationWizard"
             icon="icons/thermostat.png"
-            id="com.redhat.thermostat.tools.eclipse.plugin.wizards.PluginXmlCreationWizard"
+            id="com.redhat.thermostat.tools.eclipse.plugin.newXmlWizard"
             name="Thermostat Plugin Descriptor"
             project="false">
       </wizard>