Skip to main content
summaryrefslogtreecommitdiffstats
blob: e1ca7387c56b5fb19b097ce33783d7f64c404986 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Support Util Plug-in
Bundle-SymbolicName: org.eclipse.osee.support.test.util;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.26.0.qualifier
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.result,
 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