Skip to main content
summaryrefslogtreecommitdiffstats
blob: b2ab30bf1eb8eec31227bc3e7cf7f0c66f6ea080 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ATS DSL Integration Test
Bundle-SymbolicName: org.eclipse.osee.ats.dsl.integration.test
Bundle-Version: 0.24.3.qualifier
Fragment-Host: org.eclipse.osee.ats.dsl.integration
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.junit;bundle-version="4.11.0",
 org.mockito;bundle-version="1.9.0"

Back to the top