Skip to content

Commit

Permalink
JBIDE-19836: JUnit 4 as a minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 26, 2015
1 parent 925a635 commit 66b1e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.forge.core.test/META-INF/MANIFEST.MF
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: JBoss by Red Hat
Fragment-Host: org.jboss.tools.forge.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit,
Require-Bundle: org.junit;bundle-version="4.0.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.debug.core;bundle-version="3.7.0",
org.eclipse.ui.workbench;bundle-version="3.7.0"
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.forge.ui.test/META-INF/MANIFEST.MF
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.jboss.tools.forge.ui.test
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit,
Require-Bundle: org.junit;bundle-version="4.0.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
org.jboss.tools.forge.core;bundle-version="1.0.0",
org.jboss.tools.forge.ui;bundle-version="1.0.0"

0 comments on commit 66b1e6e

Please sign in to comment.