summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2010-09-09 14:21:13 +0000
committerGrant Gayed <ggayed>2010-09-09 14:21:13 +0000
commitcf38aa48ad0214f66d39b57e36dacf6990ea0fdb (patch)
treea77a923ba109fb572724385ce64387537ae53221
parent2724b16250a328d631be4211709953edaba07a42 (diff)
downloadeclipse.platform.swt-cf38aa48ad0214f66d39b57e36dacf6990ea0fdb.tar.gz
eclipse.platform.swt-cf38aa48ad0214f66d39b57e36dacf6990ea0fdb.tar.xz
eclipse.platform.swt-cf38aa48ad0214f66d39b57e36dacf6990ea0fdb.zip
324801 - enable WebKitGTK on Linux-PPC
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 0ff9f83dd3..e73640fc25 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -464,7 +464,7 @@
<param name="fragment" value="org.eclipse.swt.cocoa.macosx.x86_64"/>
</antcall>
<antcall target="check_fragment_libraries">
- <param name="library_count" value="10"/>
+ <param name="library_count" value="11"/>
<param name="fragment" value="org.eclipse.swt.gtk.linux.ppc"/>
</antcall>
<antcall target="check_fragment_libraries">
@@ -516,9 +516,9 @@
<target name="check_fragment_libraries" depends="get_version">
<property name="checkdir" value="~/build/check_libraries"/>
<!-- WPF is not being built
- <property name="library_count" value="130"/>
+ <property name="library_count" value="131"/>
-->
- <property name="library_count" value="128"/>
+ <property name="library_count" value="129"/>
<property name="fragment" value="org.eclipse.swt.win32.win32.x86 org.eclipse.swt.win32.win32.x86_64 org.eclipse.swt.win32.win32.ia64 org.eclipse.swt.win32.wce_ppc.arm org.eclipse.swt.wpf.win32.x86 org.eclipse.swt.photon.qnx.x86 org.eclipse.swt.carbon.macosx org.eclipse.swt.cocoa.macosx org.eclipse.swt.cocoa.macosx.x86_64 org.eclipse.swt.gtk.linux.ppc org.eclipse.swt.gtk.linux.ppc64 org.eclipse.swt.gtk.linux.x86 org.eclipse.swt.gtk.linux.x86_64 org.eclipse.swt.gtk.linux.s390 org.eclipse.swt.gtk.linux.s390x org.eclipse.swt.gtk.solaris.sparc org.eclipse.swt.gtk.solaris.x86 org.eclipse.swt.motif.linux.x86 org.eclipse.swt.motif.aix.ppc org.eclipse.swt.motif.hpux.ia64_32 org.eclipse.swt.motif.solaris.sparc"/>
<sshexec host="${m_linux_x86}"
username="swtbuild"