Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-04-12 11:22:12 +0000
committerArun Thondapu2016-04-12 11:22:12 +0000
commit1cf8f75ced36cd5c357bb4eb864d9ffe2a4c0c2d (patch)
treeb7d247d288713b7a75bce120751990897d976355
parent53dac599702784191270fe095b80966c9e48c55d (diff)
downloadeclipse.platform.swt-1cf8f75ced36cd5c357bb4eb864d9ffe2a4c0c2d.tar.gz
eclipse.platform.swt-1cf8f75ced36cd5c357bb4eb864d9ffe2a4c0c2d.tar.xz
eclipse.platform.swt-1cf8f75ced36cd5c357bb4eb864d9ffe2a4c0c2d.zip
Bug 429332 - Providing 64-bit SWT libraries for Solaris/X86_64
Increment the total number of libraries to include Solaris x86 64-bit libraries Change-Id: I6654ef95fb14e5d636ebd6cdff727feea8ef283a Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 71b1a6246e..a8a092fd79 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -134,7 +134,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="139"/>
<property name="fragment" value=""/>
<fileset id="match" dir="${repo.bin}/bundles/${fragment}">
<filename regex="[0-9][0-9][0-9][0-9]."/>

Back to the top