unified usage of "require-bundle: org.junit4" for all test bundles

This commit is contained in:
fmittag
2013-09-02 11:47:06 +02:00
parent 83326c023b
commit 5ab7d5af96
15 changed files with 37 additions and 49 deletions
@@ -7,6 +7,6 @@ Bundle-Vendor: SAP
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Fragment-Host: com.sap.sailing.domain.swisstimingreplayadapter
Import-Package: org.json.simple,
org.json.simple.parser,
org.junit;version="4.8.2"
Require-Bundle: com.sap.sailing.domain.test
org.json.simple.parser
Require-Bundle: com.sap.sailing.domain.test,
org.junit4;bundle-version="4.8.2"