Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7ec07581d753a2d3bcb380e1cc9be333ba8b8630 (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.9.9.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.dsl.integration;bundle-version="0.9.5"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit
Import-Package: org.eclipse.osee.framework.core.dsl.integration,
 org.eclipse.osee.framework.core.model.mocks,
 org.eclipse.osee.framework.jdk.core.type
Export-Package: org.eclipse.osee.framework.core.dsl.integration

Back to the top