diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-08-26 12:26:38 -0500 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-08-26 12:26:38 -0500 |
commit | a005986ce7b1f8e730c747abbff3c7b5b28b7aeb (patch) | |
tree | 8485971efea8447fd0c68ebed5196aec54bfb3fa /org.eclipse.jgit.test/META-INF | |
parent | 6517a7c923e012ea4b3d9f2497122d9c64dbdd5e (diff) | |
download | jgit-a005986ce7b1f8e730c747abbff3c7b5b28b7aeb.tar.gz jgit-a005986ce7b1f8e730c747abbff3c7b5b28b7aeb.zip |
Use JUnit4 for tests
We should use JUnit4 for tests. This patch updates
the MANIFEST.MF and respective launch configurations.
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.test/META-INF')
-rw-r--r-- | org.eclipse.jgit.test/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index ed414d3bbd..f25358b429 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-Localization: plugin Bundle-Vendor: %provider_name Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Import-Package: junit.framework;version="[3.8.2,4.0.0)", +Import-Package: junit.framework;version="[4.0.0,5.0.0)", junit.textui;version="[3.8.2,4.0.0)", org.eclipse.jgit;version="[0.9.0,0.10.0)", org.eclipse.jgit.api;version="[0.9.0,0.10.0)", |