Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2017-06-19 10:54:39 +0000
committerLakshmi Shanmugam2017-06-20 09:18:10 +0000
commit8abae8c59abcf51dc983c7872db3566a50dcad08 (patch)
treeca3616c5e897efc8c9229662a2a33a5e481e4688
parent2a4097ed1a7ada229a633e287a2f9cf891947790 (diff)
downloadeclipse.platform.swt.binaries-8abae8c59abcf51dc983c7872db3566a50dcad08.tar.gz
eclipse.platform.swt.binaries-8abae8c59abcf51dc983c7872db3566a50dcad08.tar.xz
eclipse.platform.swt.binaries-8abae8c59abcf51dc983c7872db3566a50dcad08.zip
Bug 518443: Stop building XULRunner libraries on Linux/GTK
Remove xulrunner targets from build.xml
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.x86/build.xml2
-rw-r--r--bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml
index 6e8b040eb..4b2752b4b 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86/build.xml
@@ -4,7 +4,7 @@
<property name="swt.ws" value="gtk" />
<property name="swt.os" value="linux" />
<property name="swt.arch" value="x86" />
- <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.x86_64/build.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml
index c21b3023e..63211b557 100644
--- a/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/build.xml
@@ -4,7 +4,7 @@
<property name="swt.ws" value="gtk" />
<property name="swt.os" value="linux" />
<property name="swt.arch" value="x86_64" />
- <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