Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2017-04-26 13:03:19 +0000
committerThomas Watson2017-04-26 13:03:19 +0000
commit010cfe298f19c718ad068a4cda689343a3f584f1 (patch)
tree9f215ec70a75d4caeac5f0a424f35ab3a780a1d4
parent687c12340b48cb86c55e47a2391287d2a6a56477 (diff)
downloadrt.equinox.p2-010cfe298f19c718ad068a4cda689343a3f584f1.tar.gz
rt.equinox.p2-010cfe298f19c718ad068a4cda689343a3f584f1.tar.xz
rt.equinox.p2-010cfe298f19c718ad068a4cda689343a3f584f1.zip
keyring Change-Id: Ib5db47d5c2969db7cd23613ef0a24768356c477c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index ceb153d57..df3e3a0fc 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -184,6 +184,16 @@
fragment="true"
unpack="false"/>
+ <plugin
+ id="org.eclipse.equinox.security.linux.x86_64"
+ os="linux"
+ arch="x86_64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
<plugin
id="org.eclipse.equinox.security.win32.x86"
os="win32"

Back to the top