Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-11 11:51:11 +0000
committerSravan Kumar Lakkimsetti2018-09-12 06:22:08 +0000
commit8e31e92a85d1f91962e1bfe85bccf4252511f32d (patch)
treef0bff6040b321b1fa40ca12a8469a57a505d6345
parent3895b7b65c89969a791fabc11f9187f040a10352 (diff)
downloadeclipse.platform.releng-8e31e92a85d1f91962e1bfe85bccf4252511f32d.tar.gz
eclipse.platform.releng-8e31e92a85d1f91962e1bfe85bccf4252511f32d.tar.xz
eclipse.platform.releng-8e31e92a85d1f91962e1bfe85bccf4252511f32d.zip
Change-Id: Ic75dab187ed2495a7e45c0b2dbcdc65d642a9d91 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.test.performance.win32/pom.xml5
-rw-r--r--features/org.eclipse.platform-feature/feature.xml60
-rw-r--r--features/org.eclipse.platform-feature/pom.xml5
3 files changed, 0 insertions, 70 deletions
diff --git a/bundles/org.eclipse.test.performance.win32/pom.xml b/bundles/org.eclipse.test.performance.win32/pom.xml
index 42c7b134..c8e945ae 100644
--- a/bundles/org.eclipse.test.performance.win32/pom.xml
+++ b/bundles/org.eclipse.test.performance.win32/pom.xml
@@ -31,11 +31,6 @@
<environment>
<os>win32</os>
<ws>win32</ws>
- <arch>x86</arch>
- </environment>
- <environment>
- <os>win32</os>
- <ws>win32</ws>
<arch>x86_64</arch>
</environment>
</environments>
diff --git a/features/org.eclipse.platform-feature/feature.xml b/features/org.eclipse.platform-feature/feature.xml
index 8ef02793..f825d453 100644
--- a/features/org.eclipse.platform-feature/feature.xml
+++ b/features/org.eclipse.platform-feature/feature.xml
@@ -96,16 +96,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.core.net.win32.x86"
- os="win32"
- arch="x86"
- 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"
@@ -126,16 +116,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.core.net.linux.x86"
- os="linux"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
id="org.eclipse.core.resources"
download-size="0"
install-size="0"
@@ -368,16 +348,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.core.filesystem.linux.x86"
- os="linux"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
id="org.eclipse.core.filesystem.linux.x86_64"
os="linux"
arch="x86_64"
@@ -397,26 +367,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.core.filesystem.win32.x86"
- os="win32"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.core.resources.win32.x86"
- os="win32"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
id="org.eclipse.core.resources.win32.x86_64"
os="win32"
arch="x86_64"
@@ -482,16 +432,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"
diff --git a/features/org.eclipse.platform-feature/pom.xml b/features/org.eclipse.platform-feature/pom.xml
index a39dc9b0..44bfa44c 100644
--- a/features/org.eclipse.platform-feature/pom.xml
+++ b/features/org.eclipse.platform-feature/pom.xml
@@ -56,17 +56,12 @@
</plugins>
<excludes>
<plugin id="org.eclipse.platform.doc.user"/>
- <plugin id="org.eclipse.core.filesystem.linux.x86"/>
<plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
<plugin id="org.eclipse.core.filesystem.macosx"/>
- <plugin id="org.eclipse.core.filesystem.win32.x86"/>
<plugin id="org.eclipse.core.filesystem.win32.x86_64"/>
<plugin id="org.eclipse.core.filesystem.linux.ppc64le"/>
- <plugin id="org.eclipse.core.resources.win32.x86"/>
<plugin id="org.eclipse.core.resources.win32.x86_64"/>
- <plugin id="org.eclipse.core.net.linux.x86"/>
<plugin id="org.eclipse.core.net.linux.x86_64"/>
- <plugin id="org.eclipse.core.net.win32.x86"/>
<plugin id="org.eclipse.core.net.win32.x86_64"/>
</excludes>
</configuration>

Back to the top