Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-04-24 07:01:59 +0000
committerAlexander Kurtakov2021-04-24 07:08:58 +0000
commit87a25cc861e9bf102457409f32afd16722fc2bb1 (patch)
tree8a5051926e0d318bfbb215d4c0d957c771f6e3d1
parent598d722ee8a30182fd6d05b14ea332943b0d1dae (diff)
downloadeclipse.platform.releng-87a25cc861e9bf102457409f32afd16722fc2bb1.tar.gz
eclipse.platform.releng-87a25cc861e9bf102457409f32afd16722fc2bb1.tar.xz
eclipse.platform.releng-87a25cc861e9bf102457409f32afd16722fc2bb1.zip
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.xml9
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"

Back to the top