Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-09-09 04:19:41 +0000
committerDavid Williams2014-09-09 04:19:41 +0000
commit36efd6be63d5532a8534b48cc6176755805f5fa8 (patch)
tree9901661bf2ea63c2aa7ba8be6630aa1777a0b33b /eclipse.platform.releng.tychoeclipsebuilder/rcp.config
parentd0064096b0c125af8da6be30143c08f079c0fa49 (diff)
downloadeclipse.platform.releng.aggregator-36efd6be63d5532a8534b48cc6176755805f5fa8.tar.gz
eclipse.platform.releng.aggregator-36efd6be63d5532a8534b48cc6176755805f5fa8.tar.xz
eclipse.platform.releng.aggregator-36efd6be63d5532a8534b48cc6176755805f5fa8.zip
Revert "Bug 441691 - Remove Mac OS X 32-bit build"
accidentally removed solaris SDK This reverts commit d0064096b0c125af8da6be30143c08f079c0fa49.
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.config')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
index 6cca0749a..12521b353 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
@@ -15,8 +15,8 @@ root.win32.win32.x86.permissions.755=eclipse.exe
root.win32.win32.x86_64=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64
root.win32.win32.x86_64.permissions.755=eclipse.exe
-#root.macosx.cocoa.x86=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86
-#root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse
+root.macosx.cocoa.x86=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86
+root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse
root.macosx.cocoa.x86_64=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64
root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse

Back to the top