Skip to main content
summaryrefslogtreecommitdiffstats
blob: e7bb51bcb570d2e419b62d94eb1e941097083dcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Executor Admin Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.executor.admin.test
Bundle-Version: 0.10.3.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.executor.admin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.jdk.core.type,
 org.junit;version="4.8.2",
 org.junit.runner;version="4.8.2",
 org.junit.runners;version="4.8.2"

Back to the top