Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgoubet2012-04-03 06:54:01 +0000
committerlgoubet2012-04-03 06:54:01 +0000
commit6b1dc61d0aea96c11eb59c073fe8f11d5248c45c (patch)
tree539c0013593029d9f563a463fc97ca4c3a2a4546 /plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
parent1320c142ae16f43bd71bb53ac535bda223decb4d (diff)
downloadorg.eclipse.emf.compare-6b1dc61d0aea96c11eb59c073fe8f11d5248c45c.tar.gz
org.eclipse.emf.compare-6b1dc61d0aea96c11eb59c073fe8f11d5248c45c.tar.xz
org.eclipse.emf.compare-6b1dc61d0aea96c11eb59c073fe8f11d5248c45c.zip
Lightens version restrictions
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
index f84fd3b9f..5cd439e03 100644
--- a/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.compare.tests/META-INF/MANIFEST.MF
@@ -10,8 +10,8 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore,
org.eclipse.emf.compare;bundle-version="2.0.0",
org.junit;bundle-version="4.8.2",
- org.eclipse.emf.ecore.xmi;bundle-version="2.8.0",
- org.eclipse.compare;bundle-version="3.5.300"
+ org.eclipse.emf.ecore.xmi;bundle-version="2.5.0",
+ org.eclipse.compare
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: com.google.common.base;version="2.0.0",

Back to the top