Skip to main content
summaryrefslogtreecommitdiffstats
blob: b72824433656bc8a8b0cd8131ab17bdd85a0e0da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Activity Logging API - (Incubation)
Bundle-SymbolicName: org.eclipse.osee.activity.api
Bundle-Version: 0.24.4.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.osee.activity.api
Import-Package: javax.ws.rs;version="2.0.0",
 javax.ws.rs.core;version="2.0.0",
 org.eclipse.osee.framework.jdk.core.type
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top