Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2021-01-22 02:32:04 +0000
committerAlexander Kurtakov2021-04-23 16:06:25 +0000
commit42fcea372ad237bc43e78496c1cd38343dfad785 (patch)
tree1422723b43c39bb6c7c59f1c084c0419252725b6 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2c183c4cd..818c12caa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
<module>features/org.eclipse.cvs-feature</module>
<!-- fragments -->
+ <module>bundles/org.eclipse.core.net.linux</module>
<module>bundles/org.eclipse.core.net.linux.x86_64</module>
<module>bundles/org.eclipse.core.net.win32.x86_64</module>
<module>tests</module>

Back to the top