summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildSWT.xml
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2012-03-29 11:01:11 -0400
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-03-29 11:07:02 -0400
commit24fd6f27ac88e7d1cba0fa9d22650617bd958c27 (patch)
treee204c68451d7cbe02c6c863a50e8f0d7c8705e30 /bundles/org.eclipse.swt/buildSWT.xml
parent7b1329ce4559c314d7caaf6d49255a2e36ae8db9 (diff)
downloadeclipse.platform.swt-24fd6f27ac88e7d1cba0fa9d22650617bd958c27.tar.gz
eclipse.platform.swt-24fd6f27ac88e7d1cba0fa9d22650617bd958c27.tar.xz
eclipse.platform.swt-24fd6f27ac88e7d1cba0fa9d22650617bd958c27.zip
Bug 373253 - BrowserFunction not working with XULRunner 10
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index fcc3709307..74379ba1a3 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -975,14 +975,12 @@
<condition property="build_file" value="build-ce.bat" else="build.bat">
<equals arg1="${swt.os}" arg2="wce_ppc"/>
</condition>
-<!--
<exec dir="${build_dir}" executable="${build_dir}/${build_file}" failonerror="true">
<env key="JAVA_HOME" value=""/>
<env key="OUTPUT_DIR" value="${win_output_dir}"/>
<arg line="${targets}"/>
<arg line="${clean}"/>
</exec>
--->
<condition property="should_build_xulrunner" value="true">
<and>
<equals arg1="${swt.ws}" arg2="win32"/>