Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2021-01-22 02:32:04 +0000
committerAlexander Kurtakov2021-04-23 16:06:25 +0000
commit42fcea372ad237bc43e78496c1cd38343dfad785 (patch)
tree1422723b43c39bb6c7c59f1c084c0419252725b6 /bundles/org.eclipse.core.net.linux.x86_64/build.properties
parent0493ef0515b3ce82e3490d0e1a977be1a48a8a17 (diff)
downloadeclipse.platform.team-42fcea372ad237bc43e78496c1cd38343dfad785.tar.gz
eclipse.platform.team-42fcea372ad237bc43e78496c1cd38343dfad785.tar.xz
eclipse.platform.team-42fcea372ad237bc43e78496c1cd38343dfad785.zip
Bug 566638 - Make linux proxy support work for all archsI20210423-1800
- add new o.e.core.net.linux fragment that is implemented using JNA and can support multiple architectures - make o.e.core.net.linux.x86_64 an empty fragment that requires new o.e.core.net.linux - remove UnixProxyProvider as it is no longer used Change-Id: I612371fa1d664f2b312eefb1554d599ff583d44b Signed-off-by: Jeff Johnston <jjohnstn@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/175195 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.core.net.linux.x86_64/build.properties')
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/build.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/build.properties b/bundles/org.eclipse.core.net.linux.x86_64/build.properties
index 4a611fc0e..18f77db2a 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/build.properties
+++ b/bundles/org.eclipse.core.net.linux.x86_64/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2008, 2009 IBM Corporation and others.
+# Copyright (c) 2008, 2021 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -14,7 +14,5 @@
bin.includes = fragment.properties,\
.,\
META-INF/,\
- about.html,\
- libgnomeproxy-1.0.0.so
+ about.html
src.includes = about.html
-source.. = src/

Back to the top