Skip to main content
summaryrefslogtreecommitdiffstats
blob: cd10f234c97994b7eac931bee65dda144f0f1a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee Define Tests Fragment
Bundle-SymbolicName: org.eclipse.osee.define.test;singleton:=true
Bundle-Version: 0.10.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.define
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit
Export-Package: org.eclipse.osee.define,
 org.eclipse.osee.define.blam.operation
Import-Package: org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.database.core,
 org.eclipse.osee.framework.skynet.core.artifact,
 org.eclipse.osee.support.test.util

Back to the top