Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-03-27 11:52:45 +0000
committerThomas Watson2013-03-27 11:52:45 +0000
commit7f2a6a87ae21c4a562d836d969207c2177c24368 (patch)
treee7f2bdb5f45b4305c58275bcf31119c0512fce1f /features/org.eclipse.equinox.executable.feature/build.properties
parent878a62e15fa0ba0800cbfda11892b75e4122826d (diff)
downloadrt.equinox.framework-7f2a6a87ae21c4a562d836d969207c2177c24368.tar.gz
rt.equinox.framework-7f2a6a87ae21c4a562d836d969207c2177c24368.tar.xz
rt.equinox.framework-7f2a6a87ae21c4a562d836d969207c2177c24368.zip
Bug 402343 [CBI] Delta pack missing required build.properties and
build.xml
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/build.properties')
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index 989dc84f7..ee2a97e94 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -36,10 +36,10 @@ root.linux.gtk.ppc64=bin/gtk/linux/ppc64,gtk_root
root.linux.gtk.ppc64.permissions.755=launcher
root.macosx.cocoa.x86=bin/cocoa/macosx/x86
-root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/launcher
+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=Eclipse.app/Contents/MacOS/launcher
+root.macosx.cocoa.x86_64.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
root.aix.gtk.ppc64=bin/gtk/aix/ppc64
root.aix.gtk.ppc64.permissions.755=launcher

Back to the top