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

Back to the top