Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2015-01-12 12:52:11 +0000
committerMickael ADAM2015-02-13 08:10:47 +0000
commit6ae1a8061d3329a7066f3d2a50ba47f920d84363 (patch)
tree39a96c361d9dd9bdb33e7d4cccfe46e6b0a4014c /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF
parentd6a77524d55edeca598895d23a1fba117742e06f (diff)
downloadorg.eclipse.papyrus-6ae1a8061d3329a7066f3d2a50ba47f920d84363.tar.gz
org.eclipse.papyrus-6ae1a8061d3329a7066f3d2a50ba47f920d84363.tar.xz
org.eclipse.papyrus-6ae1a8061d3329a7066f3d2a50ba47f920d84363.zip
bug 457050 - [All Diagram] ShadowColor NamedStyle shall be implemented
Patch set 1: -implement shadow color on Rounded Compartment figure. -Add new namedStyle: shadowColor. Patch set2: -Fix issue that the shadow only work on package -move "shadowColor" String on NamedStyledProperties.java Patch set 3: -Fix comment from review : extract method for the shadow. Patch set 3-4 : rebase Patch set 5: -add nls tag -update some headers Patch set 6: -Rebase with cherry pick Patch set 8: -implement shadow color for InterruptibleActivityRegionFigure. Change-Id: I4058a42a2103a2013493cc8385545d9013741c0e Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
index 760c59af388..c47392d5d7c 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/META-INF/MANIFEST.MF
@@ -99,7 +99,8 @@ Require-Bundle: org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
org.eclipse.papyrus.infra.tools;bundle-version="1.1.0",
org.eclipse.papyrus.uml.modelrepair;bundle-version="1.1.0",
org.eclipse.papyrus.emf.facet.custom.core;bundle-version="1.1.0",
- org.eclipse.papyrus.infra.gmfdiag.menu;bundle-version="1.1.0"
+ org.eclipse.papyrus.infra.gmfdiag.menu;bundle-version="1.1.0",
+ org.eclipse.e4.ui.css.core
Bundle-Vendor: %providerName
Ant-Version: Apache Ant 1.7.0
Bundle-Version: 1.1.0.qualifier

Back to the top