Skip to main content
summaryrefslogtreecommitdiffstats
blob: 94c1c1ecf2ff2c80c68d8146a7feab4ffd5a445a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Accounts REST API (Incubation)
Bundle-SymbolicName: org.eclipse.osee.account.rest
Bundle-Version: 0.21.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Service-Component: OSGI-INF/*.xml
Osee-Template: OSEE-INF/templates/*.html
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.authentication.admin,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.jaxrs.server.security,
 org.eclipse.osee.template.engine
Bundle-ActivationPolicy: lazy

Back to the top