diff options
author | cletavernie | 2011-12-21 15:34:25 +0000 |
---|---|---|
committer | cletavernie | 2011-12-21 15:34:25 +0000 |
commit | 95805bac8c9093e325014c4295fafd1fa66e29f7 (patch) | |
tree | bc5b9498d170ebf2ac6b0dc450fe2ae759691dc6 /plugins/customization/org.eclipse.papyrus.customization.properties.generation/META-INF/MANIFEST.MF | |
parent | 78f4e594778246a9621821023ee6fa09b044299e (diff) | |
download | org.eclipse.papyrus-95805bac8c9093e325014c4295fafd1fa66e29f7.tar.gz org.eclipse.papyrus-95805bac8c9093e325014c4295fafd1fa66e29f7.tar.xz org.eclipse.papyrus-95805bac8c9093e325014c4295fafd1fa66e29f7.zip |
359794: [UML - Tools] Content/Label providers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359794
367066: [Refactoring] There should be a central generic plug-in for pure EMF-based tools
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367066
351802: [Constraints] The Property View constraints model should be more generic
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351802
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.MF | 7 |
1 files changed, 4 insertions, 3 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 3de1cd0fa21..b10703628c3 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 @@ -24,11 +24,12 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.6.1", org.eclipse.core.databinding;bundle-version="1.3.100",
org.eclipse.emf.databinding;bundle-version="1.2.0",
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.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"
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 0.9.0.qualifier
-Eclipse-BuddyPolicy: dependent
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.customization.properties.generation.Activator
Bundle-SymbolicName: org.eclipse.papyrus.customization.properties.generation;singleton:=true
-
+Eclipse-BuddyPolicy: dependent
|