Skip to main content
summaryrefslogtreecommitdiffstats
blob: a811e4551c2cc0679437d260f19c8edcf5edd51e (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.22.0.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