Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.emf.refactor.refactoring/plugin.xml')
-rw-r--r--org.eclipse.emf.refactor.refactoring/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.emf.refactor.refactoring/plugin.xml b/org.eclipse.emf.refactor.refactoring/plugin.xml
new file mode 100644
index 0000000..643461b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/plugin.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension-point id="org.eclipse.emf.refactor.refactorings" name="Refactorings" schema="schema/refactorings.exsd"/>
+
+</plugin>

Back to the top