diff options
| author | Alexander Kurtakov | 2021-04-24 07:01:59 +0000 |
|---|---|---|
| committer | Alexander Kurtakov | 2021-04-24 07:08:58 +0000 |
| commit | 87a25cc861e9bf102457409f32afd16722fc2bb1 (patch) | |
| tree | 8a5051926e0d318bfbb215d4c0d957c771f6e3d1 | |
| parent | 598d722ee8a30182fd6d05b14ea332943b0d1dae (diff) | |
| download | eclipse.platform.releng-87a25cc861e9bf102457409f32afd16722fc2bb1.tar.gz eclipse.platform.releng-87a25cc861e9bf102457409f32afd16722fc2bb1.tar.xz eclipse.platform.releng-87a25cc861e9bf102457409f32afd16722fc2bb1.zip | |
Bug 566638 - Make linux proxy support work for all archsI20210428-0040I20210427-1800I20210426-2110I20210426-1800I20210425-1800I20210424-1800
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>
| -rw-r--r-- | features/org.eclipse.platform-feature/feature.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/features/org.eclipse.platform-feature/feature.xml b/features/org.eclipse.platform-feature/feature.xml index 4bb708c7..23744c7f 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" |
