| author | Said Salem | 2012-03-26 12:41:55 (EDT) |
|---|---|---|
| committer | Michael Jastram | 2012-04-05 06:29:21 (EDT) |
| commit | cf9b6b21e06255b28552f73db3b74a710cc6a76f (patch) (side-by-side diff) | |
| tree | 23940015c0009819c9ef531a95d277b239c2bf24 | |
| parent | 7c3345536937d21980c9ed6072a8a5e1a00c8d80 (diff) | |
| download | org.eclipse.rmf-cf9b6b21e06255b28552f73db3b74a710cc6a76f.zip org.eclipse.rmf-cf9b6b21e06255b28552f73db3b74a710cc6a76f.tar.gz org.eclipse.rmf-cf9b6b21e06255b28552f73db3b74a710cc6a76f.tar.bz2 | |
Bug 375245 - Remove unnecessary entries from context menus
| -rw-r--r-- | org.eclipse.rmf.pror.reqif10.editor/src/org/eclipse/rmf/pror/reqif10/editor/presentation/Reqif10ActionBarContributor.java | 13 |
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 8a261bd..1c4f8d1 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();
}
/**
|

