mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 13:15:35 +00:00
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Security
|
|
Bundle-SymbolicName: com.sap.sse.security
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: com.sap.sse.security.impl.Activator
|
|
Bundle-Vendor: SAP
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Import-Package: com.sap.sse.util,
|
|
javax.mail;version="1.4.0",
|
|
javax.mail.internet;version="1.4.0",
|
|
javax.ws.rs;version="1.1.1",
|
|
javax.ws.rs.core;version="1.1.1",
|
|
javax.ws.rs.ext;version="1.1.1",
|
|
org.codehaus.jackson.jaxrs;version="1.9.13",
|
|
org.osgi.framework;version="1.3.0",
|
|
org.osgi.util.tracker;version="1.5.1"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-ClassPath: .
|
|
Require-Bundle: javax.servlet;bundle-version="2.5.0",
|
|
com.google.gwt.osgi,
|
|
slf4j.api;bundle-version="1.6.4",
|
|
org.json.simple,
|
|
com.sun.jersey,
|
|
org.apache.commons.logging;bundle-version="1.1.1",
|
|
org.apache.commons.beanutils;bundle-version="1.8.0",
|
|
org.apache.shiro.core;bundle-version="1.2.2",
|
|
org.apache.shiro.ehcache;bundle-version="1.2.3",
|
|
org.apache.shiro.web;bundle-version="1.2.2",
|
|
org.apache.servicemix.bundles.ehcache;bundle-version="2.6.9",
|
|
org.apache.servicemix.bundles.scribe;bundle-version="1.3.3",
|
|
com.sap.sse.common,
|
|
com.sap.sse.replication,
|
|
com.sap.sse.operationaltransformation,
|
|
com.sap.sse.security.common,
|
|
com.sap.sse,
|
|
com.sap.sse.mail
|
|
Web-ContextPath: /security
|
|
Export-Package: com.sap.sse.security,
|
|
com.sap.sse.security.jaxrs
|