refactoring REMOVE EMPTY SUPERCLASS deactivated
diff --git a/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml b/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml
index a8e8efe..72654e4 100644
--- a/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml
+++ b/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml
@@ -56,12 +56,6 @@
menulabel="Remove Empty Subclass"
namespaceUri="http://www.eclipse.org/uml2/4.0.0/UML"/>
<refactoring
- controller="org.eclipse.emf.refactor.refactorings.uml24.removeemptysuperclass.RefactoringController"
- gui="org.eclipse.emf.refactor.refactorings.uml24.removeemptysuperclass.RefactoringGuiHandler"
- id="org.eclipse.emf.refactor.refactorings.uml24.removeemptysuperclass"
- menulabel="Remove Empty Superclass"
- namespaceUri="http://www.eclipse.org/uml2/4.0.0/UML"/>
-<refactoring
controller="org.eclipse.emf.refactor.refactorings.uml24.removeparameter.RefactoringController"
gui="org.eclipse.emf.refactor.refactorings.uml24.removeparameter.RefactoringGuiHandler"
id="org.eclipse.emf.refactor.refactorings.uml24.removeparameter"
diff --git a/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml b/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml
index e5dec55..023c099 100644
--- a/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml
+++ b/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml
@@ -15,6 +15,13 @@
id="org.eclipse.emf.refactor.refactorings.uml24.pushdownattribute"
menulabel="Push Down Attribute"
namespaceUri="http://www.eclipse.org/uml2/4.0.0/UML"/>
+
+<refactoring
+ controller="org.eclipse.emf.refactor.refactorings.uml24.removeemptysuperclass.RefactoringController"
+ gui="org.eclipse.emf.refactor.refactorings.uml24.removeemptysuperclass.RefactoringGuiHandler"
+ id="org.eclipse.emf.refactor.refactorings.uml24.removeemptysuperclass"
+ menulabel="Remove Empty Superclass"
+ namespaceUri="http://www.eclipse.org/uml2/4.0.0/UML"/>
</extension>
</plugin>