Skip to main content
summaryrefslogtreecommitdiffstats
blob: e8423dc9f0d1d2189e78179af6469be3d5ee46d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee Core DSL Integration Test
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl.integration.test;singleton:=true
Bundle-Version: 0.18.1.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.dsl.integration
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.junit;version="4.8.2",
 org.junit.runner;version="4.8.2",
 org.junit.runners;version="4.8.2"

Back to the top