Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3583a5338ae06f2b98c3c7a1b62d71bf9686fa58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Cache Admin Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.cache.admin.test
Bundle-Version: 0.14.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.cache.admin
Require-Bundle: org.junit,
 org.mockito;bundle-version="1.9.0"

Back to the top