Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0a99e179c7ea3fec3cdbcb3142bf30c90ef790b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE ORCS Core Test
Bundle-SymbolicName: org.eclipse.osee.orcs.core.test
Bundle-Version: 0.24.4.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.orcs.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.common.util.concurrent;version="15.0.0",
 org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.model.cache,
 org.eclipse.osee.framework.core.model.mocks,
 org.eclipse.osee.framework.core.model.type,
 org.eclipse.osee.framework.resource.management.util,
 org.hamcrest.core,
 org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners,
 org.mockito,
 org.mockito.invocation,
 org.mockito.stubbing

Back to the top