Skip to main content
summaryrefslogtreecommitdiffstats
blob: c60c832f22416d1da39e7566e9e94bb0a59f888d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Core Datastore Test
Bundle-SymbolicName: org.eclipse.osee.framework.core.datastore.test;singleton:=true
Bundle-Version: 0.9.5.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.datastore;bundle-version="0.9.5"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit4;bundle-version="4.5.0"
Export-Package: org.eclipse.osee.framework.core.datastore.test

Back to the top