Bug 566638 - Make linux proxy support work for all archs Add new fragment to platform feature. Change-Id: Id5b646a05905e666c0b8234c561ae62378f5bb0f Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng/+/179782 Tested-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/features/org.eclipse.platform-feature/feature.xml b/features/org.eclipse.platform-feature/feature.xml index 4bb708c..23744c7 100644 --- a/features/org.eclipse.platform-feature/feature.xml +++ b/features/org.eclipse.platform-feature/feature.xml
@@ -96,6 +96,15 @@ unpack="false"/> <plugin + id="org.eclipse.core.net.linux" + os="linux" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin id="org.eclipse.core.net.linux.x86_64" os="linux" arch="x86_64"