Skip to main content
summaryrefslogtreecommitdiffstats
blob: 65d836d6e017ea6eb34ac6b8f2c8c1f679c2fce8 (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.20.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.executor.admin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit,
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core
Import-Package: org.eclipse.osee.framework.jdk.core.type

Back to the top