Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-07-17 22:11:18 +0000
committermtaal2006-07-17 22:11:18 +0000
commit1fa109971d47775c229c109e6fefaf3d32f772dc (patch)
tree75622563223e1421ee7f00b50b02e1642a0aaedc /tests/org.eclipse.emf.teneo.hibernate.test/META-INF
parent95dbfc363327e67a73aa3798907a0d15ca3d5ac8 (diff)
downloadorg.eclipse.emf.teneo-1fa109971d47775c229c109e6fefaf3d32f772dc.tar.gz
org.eclipse.emf.teneo-1fa109971d47775c229c109e6fefaf3d32f772dc.tar.xz
org.eclipse.emf.teneo-1fa109971d47775c229c109e6fefaf3d32f772dc.zip
Updated to correct org.junit
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/META-INF')
-rw-r--r--tests/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 1ab7bdf22..e9eea9d96 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.emf.teneo.commontest,
org.eclipse.emf.ecore,
- org.junit,
+ org.junit;bundle-version="[3.8.0,4.0.0)",
org.eclipse.emf.teneo.hibernate,
org.eclipse.emf.teneo.hibernate.libraries,
org.eclipse.emf.ecore.xmi

Back to the top