Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-05 06:50:42 +0000
committerAlexander Kurtakov2020-08-05 06:51:18 +0000
commitf11d86ae54928258d79e9d4b4c3d882686b8f516 (patch)
treeb3f4ea916c696b194c1010e53b1603326b44086b
parent1cc4924cb0639e8a1a5f8afc2322b3cb5620d1bc (diff)
downloadeclipse.platform.swt-f11d86ae54928258d79e9d4b4c3d882686b8f516.tar.gz
eclipse.platform.swt-f11d86ae54928258d79e9d4b4c3d882686b8f516.tar.xz
eclipse.platform.swt-f11d86ae54928258d79e9d4b4c3d882686b8f516.zip
Bug 565419 - Add Linux aarch64 build
Fix SWT libs count. Change-Id: I81bf89418133c240bf4f2b20ca9b695532a48023 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-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 1605990d8c..d92c887e3f 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2009, 2018 IBM Corporation and others.
+ Copyright (c) 2009, 2020 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
@@ -83,7 +83,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="35"/>
+ <property name="library_count" value="43"/>
<property name="fragment" value=""/>
<fileset id="match" dir="${repo.bin}/bundles/${fragment}" includes="**/org.eclipse.swt.gtk.linux.aarch64/**, **/org.eclipse.swt.gtk.linux.ppc64le/**, **/org.eclipse.swt.gtk.linux.x86_64/**, **/org.eclipse.swt.win32.win32.x86_64/**, **/org.eclipse.swt.cocoa.macosx.*/**, **/org.eclipse.swt.browser.chromium.gtk.linux.x86_64/**, **/org.eclipse.swt.browser.chromium.win32.win32.x86_64/**, **/org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64/**">
<filename regex="[0-9][0-9][0-9][0-9]"/>

Back to the top