Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2017-06-21 05:40:12 +0000
committerLakshmi Shanmugam2017-06-21 09:22:51 +0000
commit3e13fa32f6b6a64d264071308e278a856f956249 (patch)
tree769adaa6dfd0036f5f49c9ef57c5f138b48f0318
parentc4b0d384b71dac9d6a2784d1587b9de5e250db0d (diff)
downloadeclipse.platform.swt.binaries-3e13fa32f6b6a64d264071308e278a856f956249.tar.gz
eclipse.platform.swt.binaries-3e13fa32f6b6a64d264071308e278a856f956249.tar.xz
eclipse.platform.swt.binaries-3e13fa32f6b6a64d264071308e278a856f956249.zip
Bug 518443 - Stop building XULRunner libraries on Linux/GTK
Remove xulrunner targets from build.xml Change-Id: Ifc6059f3ec09ad0d0b73233868a63bab969515f6
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml2
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.arm/build.xml2
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.s390/build.xml2
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.s390x/build.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml
index 8e7d218f2..f0bfee527 100644
--- a/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.aarch64/build.xml
@@ -4,7 +4,7 @@
<property name="swt.ws" value="gtk" />
<property name="swt.os" value="linux" />
<property name="swt.arch" value="aarch64" />
- <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
+ <property name="targets" value="install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
<property name="version.suffix" value="3.106.100" />
diff --git a/bundles/org.eclipse.swt.gtk.linux.arm/build.xml b/bundles/org.eclipse.swt.gtk.linux.arm/build.xml
index 6697e2952..f20b54655 100644
--- a/bundles/org.eclipse.swt.gtk.linux.arm/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.arm/build.xml
@@ -4,7 +4,7 @@
<property name="swt.ws" value="gtk" />
<property name="swt.os" value="linux" />
<property name="swt.arch" value="arm" />
- <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
+ <property name="targets" value="install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
<property name="version.suffix" value="3.106.100" />
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
index 49fc20be8..9d134d54a 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390/build.xml
@@ -4,7 +4,7 @@
<property name="swt.ws" value="gtk" />
<property name="swt.os" value="linux" />
<property name="swt.arch" value="s390" />
- <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
+ <property name="targets" value="install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
<property name="version.suffix" value="3.106.100" />
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
index 7cf5ce2df..25a12e838 100644
--- a/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.s390x/build.xml
@@ -4,7 +4,7 @@
<property name="swt.ws" value="gtk" />
<property name="swt.os" value="linux" />
<property name="swt.arch" value="s390x" />
- <property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
+ <property name="targets" value="install"/>
<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
<property name="version.suffix" value="3.106.100" />

Back to the top