Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-04-25 06:27:00 +0000
committerAlexander Kurtakov2014-04-25 06:27:00 +0000
commit7b580a2a9320f9200d578d00536979ab01f689eb (patch)
treeeb68b277088e03080ce3d7850363923e3a954011
parent2ff2f7cd9e87b71b566574ff14ee148141232527 (diff)
downloadrt.equinox.framework-7b580a2a9320f9200d578d00536979ab01f689eb.tar.gz
rt.equinox.framework-7b580a2a9320f9200d578d00536979ab01f689eb.tar.xz
rt.equinox.framework-7b580a2a9320f9200d578d00536979ab01f689eb.zip
Bug 433482 - Stop building motif launcher fragments
Motif launchers builds are no longer promoted/used in any way so building them by default and trashing the result at the end of the build is not needed. Change-Id: Ieaf94ff76d49752fd009d19456b98ef1059eabe6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.xml49
-rw-r--r--pom.xml4
2 files changed, 0 insertions, 53 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.xml b/features/org.eclipse.equinox.executable.feature/resources/build.xml
index cdded03fe..29ed943a4 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.xml
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml
@@ -198,15 +198,6 @@
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="launcher" />
</target>
- <target name="rootFileslinux_motif_x86">
- <mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}"/>
- <copy todir="${feature.base}/linux.motif.x86/${collectingFolder}" failonerror="true" overwrite="true">
- <fileset dir="${basedir}/bin/motif/linux/x86" includes="**" />
- <fileset dir="${basedir}/motif_root" includes="**" />
- </copy>
- <chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="libXm.so.2" />
- <chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="launcher" />
- </target>
<target name="rootFilessolaris_gtk_sparc">
<mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}"/>
<copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" failonerror="true" overwrite="true">
@@ -221,40 +212,6 @@
</copy>
<chmod perm="755" dir="${feature.base}/solaris.gtk.x86/${collectingFolder}" includes="launcher" />
</target>
- <target name="rootFilessolaris_motif_sparc">
- <mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}"/>
- <copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}" failonerror="true" overwrite="true">
- <fileset dir="${basedir}/contributed/motif/solaris/sparc" includes="**" />
- </copy>
- <chmod perm="755" dir="${feature.base}/solaris.motif.sparc/${collectingFolder}" includes="launcher" />
- </target>
- <target name="rootFilesaix_motif_ppc">
- <mkdir dir="${feature.base}/aix.motif.ppc/${collectingFolder}"/>
- <copy todir="${feature.base}/aix.motif.ppc/${collectingFolder}" failonerror="true" overwrite="true">
- <fileset dir="${basedir}/bin/motif/aix/ppc" includes="**" />
- </copy>
- <chmod perm="755" dir="${feature.base}/aix.motif.ppc/${collectingFolder}" includes="launcher" />
- </target>
- <target name="rootFileshpux_motif_PA_RISC">
- <mkdir dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}"/>
- <copy todir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}" failonerror="true" overwrite="true">
- <fileset dir="${basedir}/bin/motif/hpux/PA_RISC" includes="**" />
- </copy>
- <chmod perm="755" dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}" includes="launcher" />
- </target>
- <target name="rootFileshpux_motif_ia64">
- <mkdir dir="${feature.base}/hpux.motif.ia64/${collectingFolder}"/>
- <copy todir="${feature.base}/hpux.motif.ia64/${collectingFolder}" failonerror="true" overwrite="true">
- </copy>
- <chmod perm="755" dir="${feature.base}/hpux.motif.ia64/${collectingFolder}" includes="launcher" />
- </target>
- <target name="rootFileshpux_motif_ia64_32">
- <mkdir dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}"/>
- <copy todir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}" failonerror="true" overwrite="true">
- <fileset dir="${basedir}/bin/motif/hpux/ia64_32" includes="**" />
- </copy>
- <chmod perm="755" dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}" includes="launcher" />
- </target>
<target name="rootFileshpux_gtk_ia64_32">
<mkdir dir="${feature.base}/hpux.gtk.ia64_32/${collectingFolder}"/>
<copy todir="${feature.base}/hpux.gtk.ia64_32/${collectingFolder}" failonerror="true" overwrite="true">
@@ -284,16 +241,10 @@
<antcall target="rootFileslinux_gtk_x86_64"/>
<antcall target="rootFileslinux_gtk_ia64"/>
<antcall target="rootFileslinux_gtk_s390x"/>
- <antcall target="rootFileslinux_motif_x86"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
- <antcall target="rootFilessolaris_motif_sparc"/>
- <antcall target="rootFilesaix_motif_ppc"/>
<antcall target="rootFilesaix_gtk_ppc64"/>
<antcall target="rootFilesaix_gtk_ppc"/>
- <antcall target="rootFileshpux_motif_PA_RISC"/>
- <antcall target="rootFileshpux_motif_ia64"/>
- <antcall target="rootFileshpux_motif_ia64_32"/>
<antcall target="rootFileshpux_gtk_ia64_32"/>
<antcall target="rootFilesqnx_photon_x86"/>
</target>
diff --git a/pom.xml b/pom.xml
index 2063728b8..354a9e154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,10 +63,6 @@
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.solaris.sparc</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.solaris.x86</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.aix.ppc</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.hpux.ia64_32</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.linux.x86</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.solaris.sparc</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.ia64</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.x86</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.x86_64</module>

Back to the top