Skip to main content
summaryrefslogblamecommitdiffstats
blob: e30fe83f30797a0f48d63bdc0181532907c316a8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                                                  
                                







                                                          
                                 


                                          

                                          
                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Accounts REST API (Incubation)
Bundle-SymbolicName: org.eclipse.osee.account.rest
Bundle-Version: 0.18.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Service-Component: OSGI-INF/*.xml
Import-Package: javax.annotation.security,
 javax.servlet,
 javax.servlet.http,
 javax.ws.rs,
 javax.ws.rs.core,
 org.apache.commons.codec.binary,
 org.eclipse.osee.account.admin,
 org.eclipse.osee.account.rest.model,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.template.engine
Bundle-ActivationPolicy: lazy

Back to the top