Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2017-01-24 14:11:15 +0000
committerGerrit Code Review @ Eclipse.org2017-05-05 11:55:59 +0000
commitd938b903fdb16478fed45e9c4ca1b3ba2672f6ee (patch)
tree16269c40319e5b81f7c04f939c18c9febf624b58 /plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
parentc221cde3d0d0f199c1591569ace518c3bd61ca39 (diff)
downloadorg.eclipse.papyrus-d938b903fdb16478fed45e9c4ca1b3ba2672f6ee.tar.gz
org.eclipse.papyrus-d938b903fdb16478fed45e9c4ca1b3ba2672f6ee.tar.xz
org.eclipse.papyrus-d938b903fdb16478fed45e9c4ca1b3ba2672f6ee.zip
Bug 510951: [Internationalization] Elements from profile does not have
label displayed https://bugs.eclipse.org/bugs/show_bug.cgi?id=510951 - Manage some missing 'getName()' for the stereotypes - Manage a 'getQualifiedLabel()' for the stereotypes (needed into diagram because of the StereotypeDisplayUtil - Manage differently the get preference of the internationalization: * Use the model set URI to get the correct top URI instead of the resource URI (for profile, the resource was not the correct one needed). - Manage the read-only properties files as 'fake' resources Change-Id: Id303fafdf1a48d9fab2903c20080352f9af02af4 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
index 49647d1dcbb..7ae31f08278 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF
@@ -23,7 +23,8 @@ Require-Bundle: org.eclipse.papyrus.uml.tools.utils;bundle-version="[3.0.0,4.0.0
org.eclipse.uml2.uml.editor;bundle-version="[5.2.0,6.0.0)";visibility:=reexport,
org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
org.eclipse.papyrus.uml.modelrepair;bundle-version="[2.0.0,3.0.0)",
- org.eclipse.papyrus.uml.internationalization.utils;bundle-version="[1.0.0,2.0.0)"
+ org.eclipse.papyrus.uml.internationalization.utils;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.papyrus.infra.internationalization.utils;bundle-version="[1.0.0,2.0.0)"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 3.0.0.qualifier

Back to the top