Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8722f85963229dd53603462d25445132d3377d30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mail Rest API
Bundle-SymbolicName: org.eclipse.osee.mail.rest
Bundle-Version: 0.16.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: Eclipse Open System Engineering Environment
Service-Component: OSGI-INF/*.xml
Import-Package: com.sun.jersey.multipart,
 javax.ws.rs,
 javax.ws.rs.core,
 org.eclipse.osee.mail

Back to the top