Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2009-12-21 10:43:32 +0000
committerAndrew Johnson2009-12-21 10:43:32 +0000
commitbd6f2e0b8afecd4af86ad41ae83d24bf96cceb17 (patch)
treed516eaa5561f364c92dbf796e8d3e953628d4c75
parentfc7ee46edc675c450d68b163e2f2b4c5f1a98f55 (diff)
downloadorg.eclipse.mat-bd6f2e0b8afecd4af86ad41ae83d24bf96cceb17.tar.gz
org.eclipse.mat-bd6f2e0b8afecd4af86ad41ae83d24bf96cceb17.tar.xz
org.eclipse.mat-bd6f2e0b8afecd4af86ad41ae83d24bf96cceb17.zip
Use JUnit 4
-rw-r--r--plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
index f70be363..0e5b52ef 100644
--- a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
@@ -6,7 +6,12 @@ Bundle-Version: 0.8.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mat.api;bundle-version="0.8.0",
org.eclipse.core.runtime,
- org.junit4;bundle-version="4.3.1",
org.apache.ant;bundle-version="1.7.0"
Bundle-ActivationPolicy: lazy
-Import-Package: com.ibm.icu.text;version="3.6.1"
+Import-Package: com.ibm.icu.text;version="3.6.1",
+ junit.framework;version="4.3.1",
+ org.junit;version="4.3.1",
+ org.junit.runner;version="4.3.1",
+ org.junit.runner.manipulation;version="4.3.1",
+ org.junit.runner.notification;version="4.3.1",
+ org.junit.runners;version="4.3.1"

Back to the top