Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6d53d62b17a2ab9f926e2dbfc6f404c6a5c8b96b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Support Util Plug-in
Bundle-SymbolicName: org.eclipse.osee.support.test.util
Bundle-Version: 0.17.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.support.test.util
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.client,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.database.core,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.io,
 org.eclipse.osee.framework.logging,
 org.osgi.framework
Require-Bundle: org.junit
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top