Skip to content
Snippets Groups Projects
Commit f9304b3c authored by Erlend Stav's avatar Erlend Stav
Browse files

Moved item wizard extension from separate newWizards entry to be combined with...

Moved item wizard extension from separate newWizards entry to be combined with the other newWizards entry in plugin.xml 
parent 4f3c27f1
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,13 @@
id="org.universaal.tools.newwizard.plugin.wizards.NewProjectWizard"
project="true">
</wizard>
<wizard
category="org.universaal.tools.newwizard.plugin"
class="org.universaal.tools.newwizard.plugin.wizards.NewItemWizard"
icon="icons/uAALmicro.png"
id="org.universaal.tools.newwizard.plugin.wizards.NewItemWizard"
name="Add uAAL file">
</wizard>
</extension>
<extension
point="org.eclipse.ui.commands">
......@@ -65,15 +72,5 @@
</menu>
</menuContribution>
</extension >
<extension
point="org.eclipse.ui.newWizards">
<wizard
name="Add uAAL file"
icon="icons/uAALmicro.png"
category="org.universaal.tools.newwizard.plugin"
class="org.universaal.tools.newwizard.plugin.wizards.NewItemWizard"
id="org.universaal.tools.newwizard.plugin.wizards.NewItemWizard">
</wizard>
</extension>
</plugin>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment