Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/target.build.properties')
-rw-r--r--bundles/org.eclipse.equinox.executable/target.build.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/target.build.properties b/bundles/org.eclipse.equinox.executable/target.build.properties
index 07a6860b8..a106bff94 100644
--- a/bundles/org.eclipse.equinox.executable/target.build.properties
+++ b/bundles/org.eclipse.equinox.executable/target.build.properties
@@ -37,6 +37,9 @@ root.macosx.cocoa.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launc
root.macosx.cocoa.x86=bin/cocoa/macosx/x86
root.macosx.cocoa.x86.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
+root.macosx.cocoa.x86_64=bin/cocoa/macosx/x86_64
+root.macosx.cocoa.x86_64.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
+
root.aix.motif.ppc=bin/motif/aix/ppc
root.hpux.motif.PA_RISC=bin/motif/hpux/PA_RISC

Back to the top