diff options
author | Bogdan Gheorghe | 2010-11-15 20:33:17 +0000 |
---|---|---|
committer | Bogdan Gheorghe | 2010-11-15 20:33:17 +0000 |
commit | b590d64b3ccd7a0955639f7b5d741d1165df644c (patch) | |
tree | 725c41fd6225b31618887b3bcbfb4d408aee9b39 /bundles/org.eclipse.swt/tasks | |
parent | c7675bff15f3c5fa9d48c2cb0bf3e7e0e054b667 (diff) | |
download | eclipse.platform.swt-b590d64b3ccd7a0955639f7b5d741d1165df644c.tar.gz eclipse.platform.swt-b590d64b3ccd7a0955639f7b5d741d1165df644c.tar.xz eclipse.platform.swt-b590d64b3ccd7a0955639f7b5d741d1165df644c.zip |
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/tasks')
-rw-r--r-- | bundles/org.eclipse.swt/tasks/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml index 334e9d75a9..b981bf95ef 100644 --- a/bundles/org.eclipse.swt/tasks/build.xml +++ b/bundles/org.eclipse.swt/tasks/build.xml @@ -598,7 +598,7 @@ <param name="fragment" value="org.eclipse.swt.gtk.aix.ppc64"/> </antcall> <antcall target="check_fragment_libraries"> - <param name="library_count" value="3"/> + <param name="library_count" value="4"/> <param name="fragment" value="org.eclipse.swt.gtk.hpux.ia64_32"/> </antcall> <antcall target="check_fragment_libraries"> @@ -623,7 +623,7 @@ <property name="checkdir" value="~/build/check_libraries"/> <!-- WPF and Photon are not being built --> - <property name="library_count" value="141"/> + <property name="library_count" value="142"/> <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.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.aix.ppc org.eclipse.swt.gtk.aix.ppc64 org.eclipse.swt.gtk.solaris.sparc org.eclipse.swt.gtk.solaris.x86 org.eclipse.swt.gtk.hpux.ia64_32 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" |