Skip to main content
summaryrefslogtreecommitdiffstats
blob: befbdee194c591875d0cc60df5931b2678292c4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.23.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.osee.support.test.util
Import-Package: org.eclipse.osee.framework.core.client,
 org.eclipse.osee.framework.core.exception,
 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.eclipse.osee.framework.skynet.core.utility
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top