Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-07-10 10:32:55 +0000
committerMartin Taal2012-07-10 10:32:55 +0000
commit18c06f450d4698879e056f314910f55d003b8f0e (patch)
treea955d89706918b2e83d37c91aa237340487542de
parent3e359f561587624342a71fbcc6f68952909c787d (diff)
downloadorg.eclipse.emf.teneo-18c06f450d4698879e056f314910f55d003b8f0e.tar.gz
org.eclipse.emf.teneo-18c06f450d4698879e056f314910f55d003b8f0e.tar.xz
org.eclipse.emf.teneo-18c06f450d4698879e056f314910f55d003b8f0e.zip
Set upper bound on dependency
-rwxr-xr-xtests/org.eclipse.emf.teneo.hibernate.test/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/META-INF/MANIFEST.MF b/tests/org.eclipse.emf.teneo.hibernate.test/META-INF/MANIFEST.MF
index 5a49b9e74..476b10401 100755
--- a/tests/org.eclipse.emf.teneo.hibernate.test/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.emf.teneo.commontest,
org.eclipse.emf.ecore,
org.junit,
- org.eclipse.emf.teneo.hibernate,
+ org.eclipse.emf.teneo.hibernate;bundle-version="[1.2.0,2.0.0)",
org.eclipse.emf.ecore.xmi,
org.eclipse.xsd,
org.apache.log4j;bundle-version="1.2.12"

Back to the top