Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2020-07-23 13:58:24 +0000
committerLakshmi Shanmugam2020-07-23 13:58:24 +0000
commitc97278ba22cb39aae72c4543f105b36a9257c6e2 (patch)
tree0d21e47cceb8f9ca2429f094973e4007a8623782
parent7cbdea30a122520fb1962bc37efba4f132790985 (diff)
downloadeclipse.platform.swt-c97278ba22cb39aae72c4543f105b36a9257c6e2.tar.gz
eclipse.platform.swt-c97278ba22cb39aae72c4543f105b36a9257c6e2.tar.xz
eclipse.platform.swt-c97278ba22cb39aae72c4543f105b36a9257c6e2.zip
Bug 565434 - Error launching Chromium style browser
finally 34 is the correct library count old library count - 23 Mac chromium libs (including Info.plist & PkgInfo)- 5 Windows chromium libs - 3 Linux x86_64 libs - 3 Change-Id: Ic58a20ed92f5a268a8d24563889caa04df92128b
-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 201fbeee1a..9f73b3b07e 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -79,7 +79,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="34"/>
<property name="fragment" value=""/>
<fileset id="match" dir="${repo.bin}/bundles/${fragment}" includes="**/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