Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-02-21 06:50:43 +0000
committerArun Thondapu2017-02-21 07:19:36 +0000
commitb893ae5cf8e23c2ff34ea588a66f8da48a644b33 (patch)
tree95d4acb61a3786bb6d244b0b73f6a438e71c6e9e /bundles/org.eclipse.swt/buildSWT.xml
parent5909628e5fc5f3a5bb64c71b94a81803e36cd71b (diff)
downloadeclipse.platform.swt-b893ae5cf8e23c2ff34ea588a66f8da48a644b33.tar.gz
eclipse.platform.swt-b893ae5cf8e23c2ff34ea588a66f8da48a644b33.tar.xz
eclipse.platform.swt-b893ae5cf8e23c2ff34ea588a66f8da48a644b33.zip
Bug 429109 - Build libswt-pi3 for all gtk archs.
Increment the library counts to include libswt-pi3 for Linux/ppc64 Change-Id: I7ba54b3deef88bc3f4a391023c3d598794140ff4 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 5550aca8c0..1712e41c0e 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -75,7 +75,7 @@
<param name="fragment" value="org.eclipse.swt.gtk.linux.ppc"/>
</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.ppc64"/>
</antcall>
<antcall target="check_fragment_libraries">
@@ -119,7 +119,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="112"/>
+ <property name="library_count" value="113"/>
<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