Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
index d6c4f4e6c..8b247df45 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2014 IBM Corporation and others.
+# Copyright (c) 2000, 2015 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -18,12 +18,12 @@ root.win32.win32.x86_64.permissions.755=eclipse.exe
# Care is need there, for "macosx", as several forms will appear to work, but end up
# having wrong value in plist.info, resulting in "application requires Java 6" (see bug 445026, and bug 457071)
# These are not required at all, for our "product build", but are to get
-# configuration_roots complete.
-root.macosx.cocoa.x86_64=rootfiles/macosx.cocoa.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS
+# configuration_roots complete (see bug 457071).
+root.macosx.cocoa.x86_64=rootfiles/macosx.cocoa.x86_64
root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse
root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse
-root.macosx.cocoa.x86=rootfiles/macosx.cocoa.x86,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86/Eclipse.app/Contents/MacOS
+root.macosx.cocoa.x86=rootfiles/macosx.cocoa.x86
root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse
root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse

Back to the top