Skip to main content
summaryrefslogtreecommitdiffstats
blob: 86d79ac2cb36f63a560ae0a8bfb7d453b0bda887 (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
24
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Database Mock
Bundle-SymbolicName: org.eclipse.osee.orcs.db.mock
Bundle-Version: 0.16.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.database,
 org.eclipse.osee.framework.database.core,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.annotation,
 org.eclipse.osee.framework.jdk.core.util.network,
 org.eclipse.osee.hsqldb,
 org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners.model,
 org.osgi.framework,
 org.osgi.util.tracker
Export-Package: org.eclipse.osee.orcs.db.mock
Bundle-ActivationPolicy: lazy

Back to the top