Skip to main content
summaryrefslogtreecommitdiffstats
blob: c5b469a451eea2030ea4e6eb1f44ad438afcfb52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.9.9.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.server;bundle-version="0.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit
Export-Package: org.eclipse.osee.framework.core.server.test,
 org.eclipse.osee.framework.core.server.test.mocks
Import-Package: org.eclipse.osee.framework.core.model.test.cache,
 org.eclipse.osee.framework.core.model.test.mocks,
 org.eclipse.osee.framework.core.model.test.type

Back to the top