Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-04-02 12:59:53 +0000
committerThomas Watson2013-04-02 12:59:53 +0000
commit7cbc26f36dbb6afb6747e81579ac6f9d7c3ce522 (patch)
treef57bd17781d0eb320359ca9b0f4b802aa98e20d5 /features
parent40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be (diff)
downloadrt.equinox.framework-7cbc26f36dbb6afb6747e81579ac6f9d7c3ce522.tar.gz
rt.equinox.framework-7cbc26f36dbb6afb6747e81579ac6f9d7c3ce522.tar.xz
rt.equinox.framework-7cbc26f36dbb6afb6747e81579ac6f9d7c3ce522.zip
Bug 402343 - [CBI] Delta pack missing required build.properties and
build.xml
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties4
-rw-r--r--features/org.eclipse.equinox.executable.feature/resources/build.properties5
2 files changed, 4 insertions, 5 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index ee2a97e94..989dc84f7 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=${launcherName}.app/Contents/MacOS/${launcherName}
+root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/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=Eclipse.app/Contents/MacOS/launcher
root.aix.gtk.ppc64=bin/gtk/aix/ppc64
root.aix.gtk.ppc64.permissions.755=launcher
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.properties b/features/org.eclipse.equinox.executable.feature/resources/build.properties
index 0b507b865..0f30a876d 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.properties
@@ -29,10 +29,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
@@ -55,4 +55,3 @@ root.linux.gtk.s390x.permissions.755=launcher
root.linux.gtk.s390=contributed/gtk/linux/s390,gtk_root
root.linux.gtk.s390.permissions.755=launcher
-

Back to the top