Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2021-05-07 15:18:29 +0000
committerAlexander Kurtakov2021-05-10 16:19:36 +0000
commitf97e0374e552bf072482a60d176dc230071a1006 (patch)
treef007585aa3f7b7f197adf641b38f5fe5776abdfd
parent875f97c0cffb147e110374a6c51f9150a326da2f (diff)
downloadeclipse.platform.team-f97e0374e552bf072482a60d176dc230071a1006.tar.gz
eclipse.platform.team-f97e0374e552bf072482a60d176dc230071a1006.tar.xz
eclipse.platform.team-f97e0374e552bf072482a60d176dc230071a1006.zip
Bug 566638 - Make linux proxy support work for all archs
- fix org.eclipse.core.net.linux.x86_64 p2.inf file to properly refer to org.eclipse.core.net.linux Change-Id: I9bc8483eea0406cadfd50cca26ddab57ed279f16 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/180368 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf b/bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf
index b1c174613..dd8f97de1 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf
+++ b/bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf
@@ -1 +1,2 @@
-requires.0.namespace=org.eclipse.core.net.linux
+requires.0.namespace=org.eclipse.equinox.p2.iu
+requires.0.name=org.eclipse.core.net.linux

Back to the top