Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-03-18 16:40:19 +0000
committercletavernie2013-03-18 16:40:19 +0000
commit06431fd083f9b1ecb6736d8df910ebb4623d2b57 (patch)
tree2f8b7ae1899e5101cd75301a65e34e15c6c52248 /tests/junit/extraplugins/uml
parentdfadfce8bb2e7488408573e51b73e791ef004df9 (diff)
downloadorg.eclipse.papyrus-06431fd083f9b1ecb6736d8df910ebb4623d2b57.tar.gz
org.eclipse.papyrus-06431fd083f9b1ecb6736d8df910ebb4623d2b57.tar.xz
org.eclipse.papyrus-06431fd083f9b1ecb6736d8df910ebb4623d2b57.zip
[Tests - Kepler] Use Junit dependencies instead of Junit4
Diffstat (limited to 'tests/junit/extraplugins/uml')
-rw-r--r--tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff.tests/META-INF/MANIFEST.MF b/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff.tests/META-INF/MANIFEST.MF
index 6a2098ea9bd..b9866fa3679 100644
--- a/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/extraplugins/uml/compare/org.eclipse.papyrus.uml.compare.diff.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.junit4;bundle-version="4.0.0",
+ org.junit;bundle-version="4.10.0",
org.eclipse.papyrus.junit.utils;bundle-version="0.10.0",
org.eclipse.core.resources,
org.eclipse.uml2.uml;bundle-version="4.0.0",

Back to the top