Skip to main content
summaryrefslogtreecommitdiffstats
blob: 737863ec87a45f947d4d9b2e5c7cc59228dd8fa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Define Report API (Incubation)
Bundle-SymbolicName: org.eclipse.osee.define.report.api
Bundle-Version: 0.23.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse Open System Engineering Environment
Export-Package: org.eclipse.osee.define.report.api
Import-Package: javax.ws.rs,
 javax.ws.rs.core,
 org.eclipse.osee.framework.jdk.core.util

Back to the top