Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2014-09-15 17:19:53 +0000
committerArun Thondapu2014-09-15 17:19:53 +0000
commit9e4681d2ff9348f3c77d9c86c32051927efb3f41 (patch)
tree36f1adfb2302c8c570cb5feac6c529d91e247b5f /bundles/org.eclipse.swt/buildSWT.xml
parentb0d9c5c20d10f30124006537776e8136b9d54f8b (diff)
downloadeclipse.platform.swt-9e4681d2ff9348f3c77d9c86c32051927efb3f41.tar.gz
eclipse.platform.swt-9e4681d2ff9348f3c77d9c86c32051927efb3f41.tar.xz
eclipse.platform.swt-9e4681d2ff9348f3c77d9c86c32051927efb3f41.zip
More clean-up to stop building Cocoa 32-bit librariesv4507aI20140915-2000
Change-Id: Iaf0bec3784992f624080df6d75ac0c94aa347191 Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index ee7e8f8661..97bf52ed49 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -165,6 +165,7 @@
<exclude name="**/org.eclipse.swt.gtk.linux.ia64/**"/>
<exclude name="**/org.eclipse.swt.photon.qnx.x86/**"/>
<exclude name="**/org.eclipse.swt.wpf.win32.x86/**"/>
+ <exclude name="**/org.eclipse.swt.cocoa.macosx/**"/>
</fileset>
<fileset id="not_match" dir="${repo.bin}/bundles/${fragment}">
<filename regex="[0-9][0-9][0-9][0-9]."/>
@@ -174,6 +175,7 @@
<exclude name="**/org.eclipse.swt.gtk.linux.ia64/**"/>
<exclude name="**/org.eclipse.swt.photon.qnx.x86/**"/>
<exclude name="**/org.eclipse.swt.wpf.win32.x86/**"/>
+ <exclude name="**/org.eclipse.swt.cocoa.macosx/**"/>
</fileset>
<property name="not_match_text" refid="not_match"/>
<resourcecount refid="match" property="match_count"/>
@@ -817,6 +819,7 @@
<exclude name="**/org.eclipse.swt.gtk.linux.ia64/**"/>
<exclude name="**/org.eclipse.swt.photon.qnx.x86/**"/>
<exclude name="**/org.eclipse.swt.wpf.win32.x86/**"/>
+ <exclude name="**/org.eclipse.swt.cocoa.macosx/**"/>
</fileset>
<!-- Rename libraries that were not built -->
@@ -837,6 +840,7 @@
<exclude name="**/org.eclipse.swt.gtk.linux.ia64/**"/>
<exclude name="**/org.eclipse.swt.photon.qnx.x86/**"/>
<exclude name="**/org.eclipse.swt.wpf.win32.x86/**"/>
+ <exclude name="**/org.eclipse.swt.cocoa.macosx/**"/>
</fileset>
<property name="afiles" refid="addid"/>

Back to the top