Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2006-11-16 05:58:06 +0000
committerdavid_williams2006-11-16 05:58:06 +0000
commit38e75772a034503fe22babfea0931fd032505570 (patch)
tree976cbc44f650abb97d8edabafffdb0e37fd0f9a0 /plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF
parent101552f39aff34713408c616463fc2e0da7dc5d9 (diff)
downloadwebtools.common-38e75772a034503fe22babfea0931fd032505570.tar.gz
webtools.common-38e75772a034503fe22babfea0931fd032505570.tar.xz
webtools.common-38e75772a034503fe22babfea0931fd032505570.zip
move to wider constraint range for EMF
Diffstat (limited to 'plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF b/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF
index 202e404ed..4ad88edc8 100644
--- a/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wst.common.frameworks/META-INF/MANIFEST.MF
@@ -20,5 +20,5 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.commands;bundle-version="[3.2.0,4.0.0)",
org.eclipse.jem.util;bundle-version="[1.2.0,1.3.0)",
org.eclipse.wst.common.environment;bundle-version="[1.0.100,1.1.0)";visibility:=reexport,
- org.eclipse.emf.ecore;bundle-version="[2.2.0,2.3.0)"
+ org.eclipse.emf.ecore;bundle-version="[2.2.0,2.4.0)"
Eclipse-AutoStart: true

Back to the top