Skip to main content
summaryrefslogtreecommitdiffstats
blob: d70558b16125a91f531a890c6404a62f400cb478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE OTE Rest Model (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.rest.model
Bundle-Version: 0.20.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.ote.rest.model
Import-Package: javax.xml.bind.annotation,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core

Back to the top