Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-11 11:54:25 +0000
committerSravan Kumar Lakkimsetti2018-09-12 12:54:20 +0000
commit02bcc0e6c258e239c35f4b61aec1b95c9348b4ef (patch)
treecb60673e182db4cc9625946304f52a4d4ceb5817 /features
parentd1f871da10232f21e402ca0f3dffeabd65d3e196 (diff)
downloadrt.equinox.p2-02bcc0e6c258e239c35f4b61aec1b95c9348b4ef.tar.gz
rt.equinox.p2-02bcc0e6c258e239c35f4b61aec1b95c9348b4ef.tar.xz
rt.equinox.p2-02bcc0e6c258e239c35f4b61aec1b95c9348b4ef.zip
Bug 536766 - Drop 32 bit support in 4.10I20180918-2005I20180918-1800I20180914-0620
Change-Id: Id681ad2177d6e8ae1b4fd01f9542254d886ec0ae Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index 7bc6472a8..37e059200 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -195,16 +195,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.equinox.security.win32.x86"
- os="win32"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
id="org.eclipse.equinox.security.win32.x86_64"
os="win32"
arch="x86_64"

Back to the top