Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCéline Janssens2015-02-11 17:24:43 +0000
committerCéline Janssens2015-05-06 13:09:51 +0000
commit2b11ad8627ef5d58a2ff5a90e7a577b192a75f9c (patch)
tree1ae44d2033407c1291ab18e71ff82dab1aa91316 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/META-INF/MANIFEST.MF
parentdf2cb98a440a93cdd0a19a2a49412f3f49e2a60b (diff)
downloadorg.eclipse.papyrus-2b11ad8627ef5d58a2ff5a90e7a577b192a75f9c.tar.gz
org.eclipse.papyrus-2b11ad8627ef5d58a2ff5a90e7a577b192a75f9c.tar.xz
org.eclipse.papyrus-2b11ad8627ef5d58a2ff5a90e7a577b192a75f9c.zip
Bug 455311: [All Diagrams] Applied stereotypes visibility should be
implemented with NamedStyle instead of EAnnotation - Display all the stereotypes thanks to DecorationNode with one Label by stereotype - Hide stereotypes thanks to CSS - Display Qualified Name of some stereotypes thanks to CSS - Display all the properties into the compartment thanks to the DecorationNode into the notation file. - Hide the properties thanks to the CSS - Fix some spelling issues Change-Id: If2bec78b39e031ecc5c3b5b40097ba5104873c1c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=455311 Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/META-INF/MANIFEST.MF
index 5aeb8007446..20f02fb62fa 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/META-INF/MANIFEST.MF
@@ -10,7 +10,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.databinding;bundle-version="1.4.1",
org.eclipse.papyrus.infra.tools;bundle-version="1.1.0",
org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.1.0",
- org.eclipse.papyrus.infra.emf;bundle-version="1.1.0"
+ org.eclipse.papyrus.infra.emf;bundle-version="1.1.0",
+ org.eclipse.papyrus.uml.diagram.common;bundle-version="1.1.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier

Back to the top