Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-03-11 07:21:59 +0000
committerBenoit Maggi2015-03-23 12:22:08 +0000
commitd3fca6a7cec34437cb7b7ec4fe951351e89c83e2 (patch)
tree0e769a6d20166d0eea10f0ee8d529d86eb93e033 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/META-INF/MANIFEST.MF
parent5eb95c640b54ef424f5163af3e05bb3cc093eaf7 (diff)
downloadorg.eclipse.papyrus-d3fca6a7cec34437cb7b7ec4fe951351e89c83e2.tar.gz
org.eclipse.papyrus-d3fca6a7cec34437cb7b7ec4fe951351e89c83e2.tar.xz
org.eclipse.papyrus-d3fca6a7cec34437cb7b7ec4fe951351e89c83e2.zip
Bug 461734: [General]: add a quick formatting button for label
- management of EOBject from Diagram and Model explorer - version with undo operationnal but with an api modification to pass the event to the getCommand - version with enable/disable - defining a infra.ui plugin to hold the command - refactoring to delegate implementation across plugins diag,uml and nattable - api formating - adding the plugin to the feature org.eclipse.papyrus.infra.feature >actions relatives to review of Camille - reverting proposition for getCommand - adding a generic implementation for getCommend(event) >actions relatives to review of Vincent -naming convention -api simplification -string externalization -refactoring to suppress code duplication, again Change-Id: I87ef8a24e1bd5d6c9658c1d8994c86b47f466124 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=461734 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/META-INF/MANIFEST.MF5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/META-INF/MANIFEST.MF
index 623e0c6790e..4ee3f4fd911 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/META-INF/MANIFEST.MF
@@ -26,7 +26,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.widgets;bundle-version="1.1.0",
org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.1.0",
org.eclipse.papyrus.infra.tools;bundle-version="1.1.0",
- org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.1.0"
+ org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.gmfdiag.menu;bundle-version="1.1.0",
+ org.eclipse.papyrus.uml.tools.utils;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.ui;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier

Back to the top