Skip to main content
summaryrefslogtreecommitdiffstats
blob: acd91e9380aaa039c19b12f202bb6fa7386119f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ORCS Integration Test
Bundle-SymbolicName: org.eclipse.osee.orcs.test
Bundle-Version: 0.18.1.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.orcs
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.google.common.base,
 com.google.common.collect,
 org.eclipse.osee.event,
 org.eclipse.osee.framework.core.services,
 org.eclipse.osee.framework.database,
 org.eclipse.osee.logger,
 org.eclipse.osee.orcs.db.mock,
 org.hamcrest.core,
 org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners,
 org.osgi.service.event

Back to the top