Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-01-09 19:09:34 +0000
committerMartin Fluegge2011-01-09 19:09:34 +0000
commit225efbd0aaae25da24ad2040ddd20b59aacb63e4 (patch)
tree370a64db2ed47010db3548162fcc1cd94ea48e22 /plugins/org.eclipse.emf.cdo.dawn.util
parent1c62f209a698e28852a4abec8efd36408d331eb8 (diff)
downloadcdo-225efbd0aaae25da24ad2040ddd20b59aacb63e4.tar.gz
cdo-225efbd0aaae25da24ad2040ddd20b59aacb63e4.tar.xz
cdo-225efbd0aaae25da24ad2040ddd20b59aacb63e4.zip
made Dawn Dependencies less restrictive
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.util')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF
index beaa44ef1e..ea8c84a745 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.dawn.util/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.util;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.emf.cdo.dawn.internal.util.bundle.OM$Activator
-Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
+Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.net4j.tcp;bundle-version="[4.0.0,5.0.0)",
org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)",

Back to the top