Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/presentation/Reqif10ActionBarContributor.java')
-rw-r--r--org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/presentation/Reqif10ActionBarContributor.java13
1 files changed, 7 insertions, 6 deletions
diff --git a/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/presentation/Reqif10ActionBarContributor.java b/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/presentation/Reqif10ActionBarContributor.java
index 8a261bd4..1c4f8d11 100644
--- a/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/presentation/Reqif10ActionBarContributor.java
+++ b/org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/presentation/Reqif10ActionBarContributor.java
@@ -152,16 +152,17 @@ public class Reqif10ActionBarContributor
protected IMenuManager createSiblingMenuManager;
/**
- * This creates an instance of the contributor.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * This creates an instance of the contributor. <!-- begin-user-doc -->
+ * Assignments were out-commented to remove them from the menuManager
+ * (IMenuManager) <!-- end-user-doc -->
+ *
* @generated
*/
public Reqif10ActionBarContributor() {
super(ADDITIONS_LAST_STYLE);
- loadResourceAction = new LoadResourceAction();
- validateAction = new ValidateAction();
- controlAction = new ControlAction();
+// loadResourceAction = new LoadResourceAction();
+// validateAction = new ValidateAction();
+// controlAction = new ControlAction();
}
/**

Back to the top