Files
sailing-analytics/java/com.googlecode.java-diff-utils.test/META-INF/MANIFEST.MF
T
Jens Rommel 08429d5a92 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.
2013-01-21 15:58:13 +01:00

12 lines
351 B
Plaintext
Executable File

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: com.googlecode.java-diff-utils.test
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: GOOGLECODE
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Fragment-Host: com.googlecode.java-diff-utils
Bundle-ClassPath: test/,
.
Import-Package: junit.framework;version="4.8.1"