Skip to main content
summaryrefslogtreecommitdiffstats
blob: cdf2b8b2a1e451c3beaf11a266e1723a7dbe3812 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Template Engine Test
Bundle-SymbolicName: org.eclipse.osee.template.engine.test
Bundle-Version: 0.17.1.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.template.engine
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.hamcrest.core,
 org.junit,
 org.junit.runner,
 org.junit.runners

Back to the top