Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2010-08-06 15:30:31 +0000
committerMartin Fluegge2010-08-06 15:30:31 +0000
commitfe26371acd8c2b5a634a5e474dc83124a832ff7c (patch)
tree803ac56731b9d43d1168a47d45cfc2375c28a3df /plugins/org.eclipse.emf.cdo.dawn.codegen/META-INF/MANIFEST.MF
parent791b135c9a75251ac2a5ad1ad5f7ab96a757a5d6 (diff)
downloadcdo-fe26371acd8c2b5a634a5e474dc83124a832ff7c.tar.gz
cdo-fe26371acd8c2b5a634a5e474dc83124a832ff7c.tar.xz
cdo-fe26371acd8c2b5a634a5e474dc83124a832ff7c.zip
[321090] Do not Require-Bundle plug-ins that are not provided by Eclipse.org
https://bugs.eclipse.org/bugs/show_bug.cgi?id=321090
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.codegen/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen/META-INF/MANIFEST.MF6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.codegen/META-INF/MANIFEST.MF
index eb59916667..dff9766558 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen/META-INF/MANIFEST.MF
@@ -4,11 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.codegen;singleton:=true
Bundle-Version: 0.2.100.qualifier
Bundle-Activator: org.eclipse.emf.cdo.dawn.codegen.DawnCodeGenPlugin
-Require-Bundle: com.ibm.icu;bundle-version="[4.0.0,5.0.0)",
- org.apache.commons.logging;bundle-version="[1.1.0,2.0.0)",
- org.apache.commons.lang;bundle-version="[2.3.0,3.0.0)",
- org.antlr.runtime;bundle-version="[3.0.0,4.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)",

Back to the top