Skip to main content
summaryrefslogtreecommitdiffstats
blob: a42e9e07cfb13f0d2a1d829c2962e814da634353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Console Admin Test
Bundle-SymbolicName: org.eclipse.osee.console.admin.test
Bundle-Version: 0.24.4.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.console.admin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.junit,
 org.junit.runner,
 org.junit.runners

Back to the top