Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-03-14 16:46:21 +0000
committercletavernie2013-03-14 16:46:21 +0000
commit29562e9f1777522d4bed11b115d4abfd73c5a1d4 (patch)
tree361cc25f5a320052efb50defc254dbda547e45fc /tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.di.tests
parent8a629e31d40e2a6e89effd7aaafedabf1b0dcb28 (diff)
downloadorg.eclipse.papyrus-29562e9f1777522d4bed11b115d4abfd73c5a1d4.tar.gz
org.eclipse.papyrus-29562e9f1777522d4bed11b115d4abfd73c5a1d4.tar.xz
org.eclipse.papyrus-29562e9f1777522d4bed11b115d4abfd73c5a1d4.zip
[Tests - Kepler] Use Junit dependencies instead of Junit4
Diffstat (limited to 'tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.di.tests')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.di.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.di.tests/META-INF/MANIFEST.MF b/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.di.tests/META-INF/MANIFEST.MF
index f7c6c0b2072..55f61e7bf46 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.di.tests/META-INF/MANIFEST.MF
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.sasheditor.di.tests/META-INF/MANIFEST.MF
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
-Require-Bundle: org.junit4;bundle-version="4.0.0"
+Require-Bundle: org.junit;bundle-version="4.10.0"
Bundle-Vendor: %Bundle-Vendor
Fragment-Host: org.eclipse.papyrus.infra.core.sasheditor.di;bundle-ver
sion="0.10.0"

Back to the top