summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/tasks
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2011-03-07 15:25:23 +0000
committerSilenio Quarti <silenio>2011-03-07 15:25:23 +0000
commit608c090bff5a02d00ea6e881afd68af56d3b1bf3 (patch)
treed7589cc02a5ea37b3c757b2c62170699cfcf162f /bundles/org.eclipse.swt/tasks
parentbf2c035c0ba7a273d54bfee756e02a460a1f5e9c (diff)
downloadeclipse.platform.swt-608c090bff5a02d00ea6e881afd68af56d3b1bf3.tar.gz
eclipse.platform.swt-608c090bff5a02d00ea6e881afd68af56d3b1bf3.tar.xz
eclipse.platform.swt-608c090bff5a02d00ea6e881afd68af56d3b1bf3.zip
motif platforms are no longer built
Diffstat (limited to 'bundles/org.eclipse.swt/tasks')
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 146b131fb1..a71b843624 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -601,7 +601,9 @@
<param name="library_count" value="4"/>
<param name="fragment" value="org.eclipse.swt.gtk.hpux.ia64_32"/>
</antcall>
- <antcall target="check_fragment_libraries">
+ <!-- Motif is not being built
+
+ antcall target="check_fragment_libraries">
<param name="library_count" value="9"/>
<param name="fragment" value="org.eclipse.swt.motif.linux.x86"/>
</antcall>
@@ -616,15 +618,18 @@
<antcall target="check_fragment_libraries">
<param name="library_count" value="5"/>
<param name="fragment" value="org.eclipse.swt.motif.solaris.sparc"/>
- </antcall>
+ </antcall-->
</target>
<target name="check_fragment_libraries" depends="get_version">
<property name="checkdir" value="~/build/check_libraries"/>
<!-- WPF and Photon are not being built
+
+ Motif not built
+ org.eclipse.swt.motif.linux.x86 org.eclipse.swt.motif.aix.ppc org.eclipse.swt.motif.hpux.ia64_32 org.eclipse.swt.motif.solaris.sparc
-->
- <property name="library_count" value="143"/>
- <property name="fragment" value="org.eclipse.swt.win32.win32.x86 org.eclipse.swt.win32.win32.x86_64 org.eclipse.swt.win32.win32.ia64 org.eclipse.swt.win32.wce_ppc.arm org.eclipse.swt.carbon.macosx org.eclipse.swt.cocoa.macosx org.eclipse.swt.cocoa.macosx.x86_64 org.eclipse.swt.gtk.linux.ppc org.eclipse.swt.gtk.linux.ppc64 org.eclipse.swt.gtk.linux.x86 org.eclipse.swt.gtk.linux.x86_64 org.eclipse.swt.gtk.linux.s390 org.eclipse.swt.gtk.linux.s390x org.eclipse.swt.gtk.aix.ppc org.eclipse.swt.gtk.aix.ppc64 org.eclipse.swt.gtk.solaris.sparc org.eclipse.swt.gtk.solaris.x86 org.eclipse.swt.gtk.hpux.ia64_32 org.eclipse.swt.motif.linux.x86 org.eclipse.swt.motif.aix.ppc org.eclipse.swt.motif.hpux.ia64_32 org.eclipse.swt.motif.solaris.sparc"/>
+ <property name="library_count" value="122"/>
+ <property name="fragment" value="org.eclipse.swt.win32.win32.x86 org.eclipse.swt.win32.win32.x86_64 org.eclipse.swt.win32.win32.ia64 org.eclipse.swt.win32.wce_ppc.arm org.eclipse.swt.carbon.macosx org.eclipse.swt.cocoa.macosx org.eclipse.swt.cocoa.macosx.x86_64 org.eclipse.swt.gtk.linux.ppc org.eclipse.swt.gtk.linux.ppc64 org.eclipse.swt.gtk.linux.x86 org.eclipse.swt.gtk.linux.x86_64 org.eclipse.swt.gtk.linux.s390 org.eclipse.swt.gtk.linux.s390x org.eclipse.swt.gtk.aix.ppc org.eclipse.swt.gtk.aix.ppc64 org.eclipse.swt.gtk.solaris.sparc org.eclipse.swt.gtk.solaris.x86 org.eclipse.swt.gtk.hpux.ia64_32"/>
<sshexec host="${m_linux_x86}"
username="swtbuild"
keyfile="${keyfile}"
@@ -1121,7 +1126,7 @@
<argument line="${cp_win32}"/>
<!--argument line="${cp_wpf}"/-->
<argument line="${cp_gtk}"/>
- <argument line="${cp_motif}"/>
+ <!--argument line="${cp_motif}"/-->
<argument line="${cp_carbon}"/>
<argument line="${cp_cocoa}"/>
<!--argument line="${cp_photon}"/-->
@@ -1701,10 +1706,10 @@
<antcall target="gtk_solaris_x86"/>
<antcall target="gtk_solaris_sparc"/>
<antcall target="gtk_hpux_ia64_32"/>
- <antcall target="motif_aix"/>
+ <!--antcall target="motif_aix"/>
<antcall target="motif_hpux"/>
<antcall target="motif_linux"/>
- <antcall target="motif_solaris"/>
+ <antcall target="motif_solaris"/-->
<antcall target="win32_ia64"/>
<antcall target="win32_x86"/>
<antcall target="win32_x86_64"/>