Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-10-01 17:32:39 +0000
committerAndrew Niefer2010-10-01 17:32:39 +0000
commitaa08d37a4975a5dfbe9ed12b68e382b0dbf05059 (patch)
tree2e7f4f11feb2c136a76e3904dbeeddb7fd471e61 /bundles/org.eclipse.equinox.executable/target.build.xml
parent91d94648a4995a9a358da1c995ad3f3c80d93078 (diff)
downloadrt.equinox.framework-aa08d37a4975a5dfbe9ed12b68e382b0dbf05059.tar.gz
rt.equinox.framework-aa08d37a4975a5dfbe9ed12b68e382b0dbf05059.tar.xz
rt.equinox.framework-aa08d37a4975a5dfbe9ed12b68e382b0dbf05059.zip
bug 326709 - build launcher for gtk.aix.ppc64v20101001
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/target.build.xml')
-rw-r--r--bundles/org.eclipse.equinox.executable/target.build.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/target.build.xml b/bundles/org.eclipse.equinox.executable/target.build.xml
index 346a52c53..ed649f2b8 100644
--- a/bundles/org.eclipse.equinox.executable/target.build.xml
+++ b/bundles/org.eclipse.equinox.executable/target.build.xml
@@ -154,6 +154,14 @@
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}" includes="launcher" />
</target>
+ <target name="rootFilesaix_gtk_ppc64">
+ <mkdir dir="${feature.base}/aix.gtk.ppc64/${collectingFolder}"/>
+ <copy todir="${feature.base}/aix.gtk.ppc64/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/bin/gtk/aix/ppc64" includes="**" />
+ <fileset dir="${basedir}/gtk_root" includes="**" />
+ </copy>
+ <chmod perm="755" dir="${feature.base}/aix.gtk.ppc64/${collectingFolder}" includes="launcher" />
+ </target>
<target name="rootFileslinux_gtk_x86_64">
<mkdir dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}"/>
<copy todir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" failonerror="true" overwrite="true">
@@ -269,6 +277,7 @@
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>
<antcall target="rootFilesaix_motif_ppc"/>
+ <antcall target="rootFilesaix_gtk_ppc64"/>
<antcall target="rootFileshpux_motif_PA_RISC"/>
<antcall target="rootFileshpux_motif_ia64"/>
<antcall target="rootFileshpux_motif_ia64_32"/>

Back to the top