Skip to main content
summaryrefslogtreecommitdiffstats
blob: c7559ac251c32d1bb95bf307c3ffe5ec30a675a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core Server Test
Bundle-SymbolicName: org.eclipse.osee.framework.core.server.test;singleton:=true
Bundle-Version: 0.10.1.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.server
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit
Import-Package: org.eclipse.osee.framework.core.model.cache,
 org.eclipse.osee.framework.core.model.mocks,
 org.eclipse.osee.framework.core.model.type

Back to the top