Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2017-03-21 14:25:27 +0000
committerPatrick Tessier2018-09-17 07:59:52 +0000
commit0acd6d9d3d4d67df25f3edca88c89976018c9bf7 (patch)
treedc2c73c71c49abdf24ff60f15255d5543f81c4c5 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/META-INF/MANIFEST.MF
parent25b415d5740da9f1c3e3394f75a42218d5822d0e (diff)
downloadorg.eclipse.papyrus-0acd6d9d3d4d67df25f3edca88c89976018c9bf7.tar.gz
org.eclipse.papyrus-0acd6d9d3d4d67df25f3edca88c89976018c9bf7.tar.xz
org.eclipse.papyrus-0acd6d9d3d4d67df25f3edca88c89976018c9bf7.zip
Bug 513995 - [ActivityDiagram][StartObjectBehaviorAction] In the palette
the label of this action should have the American form - moved the label change to the new palette configuration resource Change-Id: I44c5bcffccef8bfe2a3b37786fac5d4f476c543c Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/META-INF/MANIFEST.MF')
-rwxr-xr-xplugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/META-INF/MANIFEST.MF
index db587ea56f3..23e38f2a275 100755
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/META-INF/MANIFEST.MF
@@ -89,7 +89,7 @@ Require-Bundle: org.eclipse.ui.navigator;bundle-version="[3.6.0,4.0.0)";visibili
org.eclipse.papyrus.infra.gmfdiag.properties;bundle-version="[4.0.0,5.0.0)"
Bundle-Vendor: %providerName
Eclipse-LazyStart: true
-Bundle-Version: 3.2.0.qualifier
+Bundle-Version: 3.3.0.qualifier
Bundle-Activator: org.eclipse.papyrus.uml.diagram.activity.part.UMLDiagramEditorPlugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.activity; singleton:=true

Back to the top