Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8b9ca66db2ada70f6316139289252651ee1e7b8a (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.24.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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