Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2014-01-03 21:44:49 +0000
committerGrant Gayed2014-01-03 21:44:49 +0000
commit4c5598839063d275b966ef445aff2c758bb7f245 (patch)
treeb85981e3b6df023742ab033b66bd4a61cb528220 /bundles/org.eclipse.swt/buildSWT.xml
parentf6af9061bfda95d3bf04fcaacdf30d36835f5f6f (diff)
downloadeclipse.platform.swt-4c5598839063d275b966ef445aff2c758bb7f245.tar.gz
eclipse.platform.swt-4c5598839063d275b966ef445aff2c758bb7f245.tar.xz
eclipse.platform.swt-4c5598839063d275b966ef445aff2c758bb7f245.zip
add XULRunner 24 support on Windows x86_64
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index aa08846901..6723cd1a1f 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -149,7 +149,7 @@
<param name="fragment" value="org.eclipse.swt.win32.win32.x86"/>
</antcall>
<antcall target="check_fragment_libraries">
- <param name="library_count" value="5"/>
+ <param name="library_count" value="6"/>
<param name="fragment" value="org.eclipse.swt.win32.win32.x86_64"/>
</antcall>
<antcall target="check_fragment_libraries">
@@ -167,7 +167,7 @@
<target name="check_fragment_libraries" depends="get_version">
<echo>Checking ${fragment}</echo>
<property name="checkdir" value="~/build/check_libraries"/>
- <property name="library_count" value="133"/>
+ <property name="library_count" value="134"/>
<property name="fragment" value=""/>
<fileset id="match" dir="${repo.bin}/bundles/${fragment}">
<filename regex="[0-9][0-9][0-9][0-9]."/>
@@ -1079,13 +1079,10 @@
<env key="OUTPUT_DIR" value="${win_output_dir}"/>
<arg line="/c '${build_dir}/${build_file}' ${swt.arch} ${xulrunner_target} install ${clean}"/>
</exec>
- <condition property="should_build_xulrunner24" value="true">
- <equals arg1="${swt.arch}" arg2="x86"/>
- </condition>
<antcall target="build_local_win_xulrunner24"/>
</target>
- <target name="build_local_win_xulrunner24" if="should_build_xulrunner24">
+ <target name="build_local_win_xulrunner24">
<exec dir="${build_dir}" executable="cmd" failonerror="true">
<env key="JAVA_HOME" value=""/>
<env key="BUILD_XULRUNNER" value="true"/>

Back to the top