Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-02-14 21:02:59 +0000
committerAndrew Niefer2007-02-14 21:02:59 +0000
commit2c1b609a06bbff44aafefd0412fa0f770188929f (patch)
tree9d41467c334763c83304767eecdcbd94a28fabc7 /bundles/org.eclipse.equinox.executable
parentb635d2a2ac90614a225657020c945c214346fa92 (diff)
downloadrt.equinox.framework-2c1b609a06bbff44aafefd0412fa0f770188929f.tar.gz
rt.equinox.framework-2c1b609a06bbff44aafefd0412fa0f770188929f.tar.xz
rt.equinox.framework-2c1b609a06bbff44aafefd0412fa0f770188929f.zip
bug 173807
Diffstat (limited to 'bundles/org.eclipse.equinox.executable')
-rw-r--r--bundles/org.eclipse.equinox.executable/target.build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/target.build.properties b/bundles/org.eclipse.equinox.executable/target.build.properties
index 9c2feacec..a1098dbd1 100644
--- a/bundles/org.eclipse.equinox.executable/target.build.properties
+++ b/bundles/org.eclipse.equinox.executable/target.build.properties
@@ -23,10 +23,10 @@ root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root
root.linux.gtk.ppc.permissions.755=libcairo-swt.so
root.macosx.carbon.ppc=bin/carbon/macosx/ppc
-root.macosx.carbon.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}, ${launcherName}.app/Contents/Resources/Splash.app/Contents/MacOS/${launcherName}
+root.macosx.carbon.ppc.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
root.macosx.carbon.x86=bin/carbon/macosx/x86
-root.macosx.carbon.x86.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}, ${launcherName}.app/Contents/Resources/Splash.app/Contents/MacOS/${launcherName}
+root.macosx.carbon.x86.permissions.755=${launcherName}.app/Contents/MacOS/${launcherName}
root.aix.motif.ppc=bin/motif/aix/ppc

Back to the top