Turn test bundles to fragments.

- Builds with maven, except know local issue with selenium tests on my machine (due to Selenium/Firefox version mismatch)
- domain.test not suitable for a test fragment, since it contains larger parts of integration-tests using many different down-stream bundles.
This commit is contained in:
Jens Rommel
2013-01-21 15:58:13 +01:00
parent e8c368fad0
commit 08429d5a92
28 changed files with 40 additions and 71 deletions
@@ -5,7 +5,7 @@ Bundle-SymbolicName: com.googlecode.java-diff-utils.test
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: GOOGLECODE
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: com.googlecode.java-diff-utils;bundle-version="1.3.0"
Fragment-Host: com.googlecode.java-diff-utils
Bundle-ClassPath: test/,
.
Import-Package: junit.framework;version="4.8.1"