Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2015-04-24 12:08:10 +0000
committerLakshmi Shanmugam2015-04-24 17:22:42 +0000
commite17a4fe1acf76da9d6bd58dcfa9a1d13e8f96377 (patch)
treec519a46989533bdff6bb744e2774f25ab1f06d2b /bundles/org.eclipse.swt/buildSWT.xml
parentfc1ee37dbc0b91ba8a6da5325446841f8a3750b0 (diff)
downloadeclipse.platform.swt-e17a4fe1acf76da9d6bd58dcfa9a1d13e8f96377.tar.gz
eclipse.platform.swt-e17a4fe1acf76da9d6bd58dcfa9a1d13e8f96377.tar.xz
eclipse.platform.swt-e17a4fe1acf76da9d6bd58dcfa9a1d13e8f96377.zip
Linux build file changes for XULR31
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 72f1eb83fd..41f27915d9 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -94,11 +94,11 @@
<param name="fragment" value="org.eclipse.swt.gtk.linux.s390x"/>
</antcall>
<antcall target="check_fragment_libraries">
- <param name="library_count" value="13"/>
+ <param name="library_count" value="12"/>
<param name="fragment" value="org.eclipse.swt.gtk.linux.x86"/>
</antcall>
<antcall target="check_fragment_libraries">
- <param name="library_count" value="13"/>
+ <param name="library_count" value="12"/>
<param name="fragment" value="org.eclipse.swt.gtk.linux.x86_64"/>
</antcall>
<antcall target="check_fragment_libraries">
@@ -130,7 +130,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="132"/>
<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