Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-08-29 11:49:14 +0000
committercletavernie2012-08-29 11:49:14 +0000
commite681b1e5e12136f8bc815d8efdcd713dce0fd3f4 (patch)
tree268e037a9d2edbbad592811099f290b0975eae31 /plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF
parentcd4b2dde021dda32f9497d141d21816e09704ac6 (diff)
downloadorg.eclipse.papyrus-e681b1e5e12136f8bc815d8efdcd713dce0fd3f4.tar.gz
org.eclipse.papyrus-e681b1e5e12136f8bc815d8efdcd713dce0fd3f4.tar.xz
org.eclipse.papyrus-e681b1e5e12136f8bc815d8efdcd713dce0fd3f4.zip
335332: [Property View] Papyrus shall provide an extensible property view runtime
https://bugs.eclipse.org/bugs/show_bug.cgi?id=335332 Improve the properties view generation
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.MF4
1 files changed, 3 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 281208d5902..3d493556815 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
@@ -28,7 +28,9 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.1",
org.eclipse.papyrus.infra.tools;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",
- org.eclipse.m2m.qvt.oml.project;bundle-version="3.1.0"
+ org.eclipse.m2m.qvt.oml.project;bundle-version="3.1.0",
+ org.eclipse.papyrus.customization.properties;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.widgets;bundle-version="0.9.0"
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2

Back to the top