Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-05-20 23:40:05 +0000
committerPascal Rapicault2015-05-21 15:43:07 +0000
commit29ec592f0e481080c3bb7679318c883fea15d458 (patch)
tree68083e05704e3e51a0bec24bfa9e904fee551f39
parent2e359683d0064e3bc331ed25677c8fea128cbfee (diff)
downloadrt.equinox.framework-I20150525-2000.tar.gz
rt.equinox.framework-I20150525-2000.tar.xz
rt.equinox.framework-I20150525-2000.zip
Bug 467777 - Exporting an RCP application to an archive is failing whenI20150525-2000I20150524-2000I20150522-2000I20150521-1715I20150521-1400
the delta pack is intalled Change-Id: Id64e50bd23ca04915349c13110b02d8c650b0c1e
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.properties b/features/org.eclipse.equinox.executable.feature/resources/build.properties
index b8372acab..9fd9a327d 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.properties
@@ -32,7 +32,7 @@ root.linux.gtk.ppc64le=bin/gtk/linux/ppc64le,gtk_root
root.linux.gtk.ppc64le.permissions.755=launcher
root.macosx.cocoa.x86_64=bin/cocoa/macosx/x86_64
-root.macosx.cocoa.x86_64.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
+root.macosx.cocoa.x86_64.permissions.755=Contents/MacOS/${launcherName}
root.aix.gtk.ppc64=bin/gtk/aix/ppc64
root.aix.gtk.ppc64.permissions.755=launcher

Back to the top