Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-build/patches/eclipse-ecf-ssl-remove-conflicting-imports.patch')
-rw-r--r--eclipse-build/patches/eclipse-ecf-ssl-remove-conflicting-imports.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/eclipse-build/patches/eclipse-ecf-ssl-remove-conflicting-imports.patch b/eclipse-build/patches/eclipse-ecf-ssl-remove-conflicting-imports.patch
new file mode 100644
index 0000000..e97df3a
--- /dev/null
+++ b/eclipse-build/patches/eclipse-ecf-ssl-remove-conflicting-imports.patch
@@ -0,0 +1,13 @@
+--- plugins/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF 2012-01-13 09:50:06.794155372 +0100
++++ plugins/org.eclipse.ecf.ssl/META-INF/MANIFEST.MF.old 2012-01-13 09:45:55.000000000 +0100
+@@ -5,9 +5,6 @@
+ Bundle-Version: 1.0.100.qualifier
+ Fragment-Host: org.eclipse.ecf
+ Bundle-RequiredExecutionEnvironment: J2SE-1.4
+-Import-Package: javax.net,
+- javax.net.ssl,
+- org.eclipse.osgi.service.security
+ Bundle-Localization: plugin
+ Export-Package: org.eclipse.ecf.internal.ssl;x-internal:=true
+ Bundle-Vendor: %plugin.provider
+

Back to the top