Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2012-11-21 19:56:56 +0000
committerBogdan Gheorghe2012-11-21 19:56:56 +0000
commitbc208f9ff388083d4f2bb650e1efcceac5b9b10e (patch)
tree58a27eb1fd2d892117be84582703a207f782bdd7 /bundles/org.eclipse.equinox.executable/library/carbon/build.sh
parent17a98f4def298e1a254c1c07c7f22ea088dbc08b (diff)
downloadrt.equinox.framework-bc208f9ff388083d4f2bb650e1efcceac5b9b10e.tar.gz
rt.equinox.framework-bc208f9ff388083d4f2bb650e1efcceac5b9b10e.tar.xz
rt.equinox.framework-bc208f9ff388083d4f2bb650e1efcceac5b9b10e.zip
Bug 302584 - A swing application started from the native launcher on MacOSX doesn't terminate properly + Java7 Support sha: a6568f5db9fc6011c02f6ee6a4b28bb359e3d9ea & 3011e6a9c0142036bd38851224e8e030936dc858
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/carbon/build.sh')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/build.sh b/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
index 413176dd1..31ad71727 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
@@ -66,7 +66,7 @@ X86_64_OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/x86_64/Eclipse.app/Contents/M
if [ "$DEFAULT_WS" == "cocoa" ]; then
makefile="make_cocoa.mak"
- export MACOSX_DEPLOYMENT_TARGET=10.4
+ export MACOSX_DEPLOYMENT_TARGET=10.5
else
export MACOSX_DEPLOYMENT_TARGET=10.3
fi

Back to the top