Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tessier2013-10-15 15:48:22 +0000
committerPatrick Tessier2013-10-15 15:51:44 +0000
commitdc2028d3d5181b8979099c2b938a4f5269d3d96d (patch)
tree0ee3787805efcab3bc8cb036fd231ad8c8537026 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF
parent13f745ba428f3bcdbc3af3c0c258e320ed12cde5 (diff)
downloadorg.eclipse.papyrus-dc2028d3d5181b8979099c2b938a4f5269d3d96d.tar.gz
org.eclipse.papyrus-dc2028d3d5181b8979099c2b938a4f5269d3d96d.tar.xz
org.eclipse.papyrus-dc2028d3d5181b8979099c2b938a4f5269d3d96d.zip
394905: [All Diagrams] Papyrus shall support display of the stereotypes
shapes https://bugs.eclipse.org/bugs/show_bug.cgi?id=394905
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF/MANIFEST.MF
index 06ef604c4fe..d33d7333318 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/META-INF/MANIFEST.MF
@@ -84,7 +84,8 @@ Require-Bundle: org.eclipse.core.expressions,
org.apache.batik.dom.svg,
org.apache.batik.util,
org.apache.batik.svggen;bundle-version="1.6.0",
- org.apache.batik.dom;bundle-version="1.6.0"
+ org.apache.batik.dom;bundle-version="1.6.0",
+ org.w3c.dom.svg;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Eclipse-LazyStart: true
Bundle-Version: 0.10.1.qualifier

Back to the top