diff options
author | Grant Gayed <ggayed> | 2011-01-07 14:57:32 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2011-01-07 14:57:32 +0000 |
commit | 93ca7d103676744bc58ed1973c03b0f86a67b45e (patch) | |
tree | ab5b8085f9af09b0244a2472cb3b7ed1267d3d4c | |
parent | f4c07bc4d23cdf2f6b0e896b2990d2d3ef8c6842 (diff) | |
download | eclipse.platform.swt-93ca7d103676744bc58ed1973c03b0f86a67b45e.tar.gz eclipse.platform.swt-93ca7d103676744bc58ed1973c03b0f86a67b45e.tar.xz eclipse.platform.swt-93ca7d103676744bc58ed1973c03b0f86a67b45e.zip |
add count for new webkit on win32 library
-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 b981bf95ef..be4c76373f 100644 --- a/bundles/org.eclipse.swt/tasks/build.xml +++ b/bundles/org.eclipse.swt/tasks/build.xml @@ -518,7 +518,7 @@ <target name="check_libraries" depends="get_version"> <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"/> </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="142"/> + <property name="library_count" value="143"/> <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" |