Skip to main content
summaryrefslogtreecommitdiffstats
blob: e41a924becde1d7d5f1d68f564dac7752b24739b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Database Schema Utility
Bundle-SymbolicName: org.eclipse.osee.database.schema
Bundle-Version: 0.11.1.qualifier
Bundle-Vendor: Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.executor.admin,
 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.persistence,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.time,
 org.eclipse.osee.framework.jdk.core.util.xml,
 org.eclipse.osee.logger
Export-Package: org.eclipse.osee.database.schema
Require-Bundle: org.eclipse.core.runtime

Back to the top