Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-08-20 11:57:31 +0000
committerArun Thondapu2014-08-20 11:57:31 +0000
commit2e79387327a6ccbcc04cffec6a938e8dce12d80f (patch)
treee85ce42161254f62ad96e192a30c836cf88d9d90
parent9bd72ffb711bd07175327ea96e31c6c3ae90e381 (diff)
downloadeclipse.platform.swt-2e79387327a6ccbcc04cffec6a938e8dce12d80f.tar.gz
eclipse.platform.swt-2e79387327a6ccbcc04cffec6a938e8dce12d80f.tar.xz
eclipse.platform.swt-2e79387327a6ccbcc04cffec6a938e8dce12d80f.zip
Update library count to include ppc64le librariesM20140820-0800
Change-Id: I85961a49da95fe9817b3a2732b29a29bedfc1b13 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 c180669376..26dc176b5b 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -171,7 +171,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="134"/>
+ <property name="library_count" value="142"/>
<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