diff options
author | Silenio Quarti <silenio> | 2010-04-29 15:27:28 +0000 |
---|---|---|
committer | Silenio Quarti <silenio> | 2010-04-29 15:27:28 +0000 |
commit | a64f81a159552e3ea71b82c365ff642124d87e64 (patch) | |
tree | fd4a6dffe6a1b27d9157da2f0bef4a5dee505166 | |
parent | cae62b50142ff3c85101ed2e7038507aea2b7bf8 (diff) | |
download | eclipse.platform.swt-a64f81a159552e3ea71b82c365ff642124d87e64.tar.gz eclipse.platform.swt-a64f81a159552e3ea71b82c365ff642124d87e64.tar.xz eclipse.platform.swt-a64f81a159552e3ea71b82c365ff642124d87e64.zip |
s390x check libraries
-rw-r--r-- | bundles/org.eclipse.swt/tasks/build.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml index 37d76bb037..b2582b3192 100644 --- a/bundles/org.eclipse.swt/tasks/build.xml +++ b/bundles/org.eclipse.swt/tasks/build.xml @@ -462,6 +462,10 @@ <param name="fragment" value="org.eclipse.swt.gtk.solaris.x86"/> </antcall> <antcall target="check_fragment_libraries"> + <param name="library_count" value="10"/> + <param name="fragment" value="org.eclipse.swt.gtk.linux.s390x"/> + </antcall> + <antcall target="check_fragment_libraries"> <param name="library_count" value="9"/> <param name="fragment" value="org.eclipse.swt.motif.linux.x86"/> </antcall> @@ -481,7 +485,7 @@ <target name="check_fragment_libraries" depends="get_version"> <property name="checkdir" value="~/build/check_libraries"/> - <property name="library_count" value="110"/> + <property name="library_count" value="120"/> <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.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" |