Skip to main content
summaryrefslogtreecommitdiffstats
blob: 94c84044d71f42dae50d0e5637c7a858d1e9a82e (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.14.0.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