Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2020-07-22 09:49:05 +0000
committerLakshmi Shanmugam2020-07-22 09:49:05 +0000
commitd27abd56116e0c9913544c183bbe77df8ed85c24 (patch)
tree6840c31f694a6fee393a80021dd7fd13a909bda3
parentbee83e19ef74d9f408d6f67cce249504c035e79c (diff)
downloadeclipse.platform.swt-d27abd56116e0c9913544c183bbe77df8ed85c24.tar.gz
eclipse.platform.swt-d27abd56116e0c9913544c183bbe77df8ed85c24.tar.xz
eclipse.platform.swt-d27abd56116e0c9913544c183bbe77df8ed85c24.zip
Bug 565414 - [Mac] Chromium jar doesn't have the executable
-rw-r--r--bundles/org.eclipse.swt/buildFragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildFragment.xml b/bundles/org.eclipse.swt/buildFragment.xml
index 8f3d1fbac1..61c5f55d86 100644
--- a/bundles/org.eclipse.swt/buildFragment.xml
+++ b/bundles/org.eclipse.swt/buildFragment.xml
@@ -272,7 +272,7 @@
<property name="includetranslationfiles" value="true" />
<property name="swtbasename" value="swt" />
<antcall target="build.jars" />
- <jar jarfile="${build.result.folder}/${swtbasename}.jar" basedir="${fragmentdir}" update="true" includes="swt*.dll,libswt*.so,libswt*.sl,libswt*.a,libswt*.jnilib,libXm.so.2,webkitextensions*/libswt*.so,chromium-*/*" />
+ <jar jarfile="${build.result.folder}/${swtbasename}.jar" basedir="${fragmentdir}" update="true" includes="swt*.dll,libswt*.so,libswt*.sl,libswt*.a,libswt*.jnilib,libXm.so.2,webkitextensions*/libswt*.so,chromium-*/**" />
<move file="${build.result.folder}/${swtbasename}.jar" todir="${temp.folder}/swtdownload" />
<delete dir="${build.result.folder}/@dot" />
<antcall target="build.sources" />

Back to the top