refactoring PUSH DOWN ATTRIBUTE deactivated
diff --git a/org.eclipse.emf.refactor.refactorings.uml24/META-INF/MANIFEST.MF b/org.eclipse.emf.refactor.refactorings.uml24/META-INF/MANIFEST.MF
index 7cefe49..aa8cd64 100644
--- a/org.eclipse.emf.refactor.refactorings.uml24/META-INF/MANIFEST.MF
+++ b/org.eclipse.emf.refactor.refactorings.uml24/META-INF/MANIFEST.MF
@@ -13,4 +13,5 @@
 Bundle-SymbolicName: org.eclipse.emf.refactor.refactorings.uml24;singl

  eton:=true

 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

+Export-Package: org.eclipse.emf.refactor.refactorings.uml24

 

diff --git a/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml b/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml
index d10f286..a8e8efe 100644
--- a/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml
+++ b/org.eclipse.emf.refactor.refactorings.uml24/plugin.xml
@@ -38,12 +38,6 @@
       menulabel="Pull Up Operation" 

       namespaceUri="http://www.eclipse.org/uml2/4.0.0/UML"/>

 <refactoring 

-      controller="org.eclipse.emf.refactor.refactorings.uml24.pushdownattribute.RefactoringController" 

-      gui="org.eclipse.emf.refactor.refactorings.uml24.pushdownattribute.RefactoringGuiHandler" 

-      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.pushdownoperation.RefactoringController" 

       gui="org.eclipse.emf.refactor.refactorings.uml24.pushdownoperation.RefactoringGuiHandler" 

       id="org.eclipse.emf.refactor.refactorings.uml24.pushdownoperation" 

diff --git a/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml b/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml
index dfbd3cc..e5dec55 100644
--- a/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml
+++ b/org.eclipse.emf.refactor.refactorings.uml24/pua_plugin.xml
@@ -8,6 +8,13 @@
       id="org.eclipse.emf.refactor.refactorings.uml24.pullupattribute" 

       menulabel="Pull Up Attribute" 

       namespaceUri="http://www.eclipse.org/uml2/4.0.0/UML"/>

+

+<refactoring 

+      	 controller="org.eclipse.emf.refactor.refactorings.uml24.pushdownattribute.RefactoringController" 

+      	 gui="org.eclipse.emf.refactor.refactorings.uml24.pushdownattribute.RefactoringGuiHandler" 

+      	 id="org.eclipse.emf.refactor.refactorings.uml24.pushdownattribute" 

+      	 menulabel="Push Down Attribute" 

+      	 namespaceUri="http://www.eclipse.org/uml2/4.0.0/UML"/>

       

 </extension>

 </plugin>