mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 13:45:42 +00:00
this as temporary aftermath for bug5153 to make sure clients take HTML documents as such and not as the default text/plain as reported for some cases when the URL contained queries, e.g., for sailtracks.sapsailing.com
17 lines
524 B
Plaintext
17 lines
524 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: debranding
|
|
Bundle-SymbolicName: com.sap.sse.debranding
|
|
Automatic-Module-Name: com.sap.sse.debranding
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: SAP
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Import-Package: javax.servlet;version="3.1.0",
|
|
javax.servlet.http;version="3.1.0",
|
|
javax.ws.rs.core;version="1.1.1",
|
|
org.apache.http
|
|
Bundle-ClassPath: .
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: org.apache.commons.io
|
|
Export-Package: com.sap.sse.debranding
|