Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-11-14 08:26:04 +0000
committerSravan Kumar Lakkimsetti2018-11-14 08:28:00 +0000
commit380f8512ad87788420eb5378148ea2a1a14fb32a (patch)
tree455f8cb4276e2a02cc45faa7f7ce557a624c5e76
parentd5d54a0f3d3749cff3bcf1af628e920cfae29694 (diff)
downloadeclipse.platform.swt-380f8512ad87788420eb5378148ea2a1a14fb32a.tar.gz
eclipse.platform.swt-380f8512ad87788420eb5378148ea2a1a14fb32a.tar.xz
eclipse.platform.swt-380f8512ad87788420eb5378148ea2a1a14fb32a.zip
Bug 541132 - Stop renaming old native libraries with the new version
Change-Id: Iac761e997a6cf5224e64a278b784ff046136eaf4 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 61f5ac44eb..c9ab48baac 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -614,6 +614,14 @@
<copy todir="${repo.bin}" overwrite="false">
<fileset refid="removeid"/>
<regexpmapper from="(.*)[0-9][0-9][0-9][0-9]r[0-9]+(.*)" to="\1${swt_version}\2"/>
+ <exclude name="**/.git/**"/>
+ <exclude name="**/org.eclipse.swt.win32.win32.x86/**"/>
+ <exclude name="**/org.eclipse.swt.gtk.linux.aarch64/**"/>
+ <exclude name="**/org.eclipse.swt.gtk.linux.arm/**"/>
+ <exclude name="**/org.eclipse.swt.gtk.linux.s390x/**"/>
+ <exclude name="**/org.eclipse.swt.gtk.linux.s390/**"/>
+ <exclude name="**/org.eclipse.swt.gtk.linux.x86/**"/>
+ <exclude name="**/org.eclipse.swt.gtk.win32.x86_64/**"/>
</copy>
<property name="rfiles" refid="removeid"/>

Back to the top