Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.emf.refactor.refactoring.henshin/plugin.xml')
-rw-r--r--org.eclipse.emf.refactor.refactoring.henshin/plugin.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/plugin.xml b/org.eclipse.emf.refactor.refactoring.henshin/plugin.xml
new file mode 100644
index 0000000..db3961b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/plugin.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.newWizards">
+ <wizard
+ category="org.eclipse.emf.refactor.newwizards.category"
+ class="org.eclipse.emf.refactor.refactoring.henshin.ui.NewRefactoringWizardHenshin"
+ icon="icons/refactoring.png"
+ id="org.eclipse.emf.refactor.refactoring.newwizard"
+ name="Refactoring (specified in Henshin)">
+ </wizard>
+ </extension>
+
+</plugin>

Back to the top