summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/buildSWT.xml
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2012-03-24 22:58:03 -0400
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-03-29 11:07:01 -0400
commit7b1329ce4559c314d7caaf6d49255a2e36ae8db9 (patch)
treee6c3caae2c69ab33a15e5d3587c8bf6f68791046 /bundles/org.eclipse.swt/buildSWT.xml
parent5b4363330acbbd4eecdd36d4c211071a9e9ed361 (diff)
downloadeclipse.platform.swt-7b1329ce4559c314d7caaf6d49255a2e36ae8db9.tar.gz
eclipse.platform.swt-7b1329ce4559c314d7caaf6d49255a2e36ae8db9.tar.xz
eclipse.platform.swt-7b1329ce4559c314d7caaf6d49255a2e36ae8db9.zip
initial
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 74379ba1a3..fcc3709307 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -975,12 +975,14 @@
<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"/>