Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-03-11 14:20:35 +0000
committerptessier2014-03-11 14:20:35 +0000
commit3c0a1b04e7218ea0746d26230ee8535054ae4cb8 (patch)
tree08845eea6f9028ff154b8e5d03c6c8297a1ee215 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
parent0f419ae2c548465d7fe4585cdc19b6603a5625a7 (diff)
downloadorg.eclipse.papyrus-3c0a1b04e7218ea0746d26230ee8535054ae4cb8.tar.gz
org.eclipse.papyrus-3c0a1b04e7218ea0746d26230ee8535054ae4cb8.tar.xz
org.eclipse.papyrus-3c0a1b04e7218ea0746d26230ee8535054ae4cb8.zip
Bug 386118 - [EMF Facet] Papyrus should progressively support EMF Facet
0.2 fix compilation error
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
index 35ddfcce742..3a0abb6ad02 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
@@ -32,7 +32,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.4.0",
org.eclipse.gef;bundle-version="3.8.1",
org.eclipse.gmf.runtime.notation;bundle-version="1.5.0",
- org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0"
+ org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0",
+ org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.0"
Export-Package: org.eclipse.papyrus.uml.properties.constraints,
org.eclipse.papyrus.uml.properties.creation,
org.eclipse.papyrus.uml.properties.databinding,

Back to the top