Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.xml b/features/org.eclipse.equinox.executable.feature/resources/build.xml
index 4352acb57..66f6880d2 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.xml
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml
@@ -219,12 +219,12 @@
</copy>
<chmod perm="755" dir="${feature.base}/solaris.gtk.x86_64/${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">
- <fileset dir="${basedir}/bin/gtk/hpux/ia64_32" includes="**" />
+ <target name="rootFileshpux_gtk_ia64">
+ <mkdir dir="${feature.base}/hpux.gtk.ia64/${collectingFolder}"/>
+ <copy todir="${feature.base}/hpux.gtk.ia64/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/bin/gtk/hpux/ia64" includes="**" />
</copy>
- <chmod perm="755" dir="${feature.base}/hpux.gtk.ia64_32/${collectingFolder}" includes="launcher" />
+ <chmod perm="755" dir="${feature.base}/hpux.gtk.ia64/${collectingFolder}" includes="launcher" />
</target>
<target name="rootFilesqnx_photon_x86">
<mkdir dir="${feature.base}/qnx.photon.x86/${collectingFolder}"/>
@@ -253,7 +253,7 @@
<antcall target="rootFilessolaris_gtk_x86_64"/>
<antcall target="rootFilesaix_gtk_ppc64"/>
<antcall target="rootFilesaix_gtk_ppc"/>
- <antcall target="rootFileshpux_gtk_ia64_32"/>
+ <antcall target="rootFileshpux_gtk_ia64"/>
<antcall target="rootFilesqnx_photon_x86"/>
</target>

Back to the top