Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-01-30 16:44:16 +0000
committercletavernie2012-01-30 16:44:16 +0000
commitb7c441f5b9da67a2e3042efcddf835e3e0983fb2 (patch)
tree56171517b252afa1225e1daf196cb8f9e365f753 /plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
parent985a219a13e0f4494a090ae07a70da072e69072e (diff)
downloadorg.eclipse.papyrus-b7c441f5b9da67a2e3042efcddf835e3e0983fb2.tar.gz
org.eclipse.papyrus-b7c441f5b9da67a2e3042efcddf835e3e0983fb2.tar.xz
org.eclipse.papyrus-b7c441f5b9da67a2e3042efcddf835e3e0983fb2.zip
364586: [Property View - UML] There should be a better support for editing UML Datatype instances
https://bugs.eclipse.org/bugs/show_bug.cgi?id=364586
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
index b10703628c3..f674044f8bf 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
@@ -26,7 +26,8 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.1",
org.eclipse.core.databinding.property;bundle-version="1.3.0",
org.eclipse.papyrus.customization.properties.model.xwt;bundle-version="0.9.0",
org.eclipse.papyrus.infra.tools;bundle-version="0.9.0",
- org.eclipse.papyrus.infra.constraints;bundle-version="0.9.0"
+ org.eclipse.papyrus.infra.constraints;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.emf;bundle-version="0.9.0"
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2

Back to the top