Updated Branches: refs/heads/develop 186b2eddf -> 466e2c2bb
AIR 3.7 released Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/466e2c2b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/466e2c2b Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/466e2c2b Branch: refs/heads/develop Commit: 466e2c2bb9366c5522e159bd3bb428aa0824d5ea Parents: 186b2ed Author: Justin Mclean <[email protected]> Authored: Wed Apr 10 23:48:01 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Wed Apr 10 23:48:01 2013 +1000 ---------------------------------------------------------------------- ide/addAIRtoSDK.sh | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/466e2c2b/ide/addAIRtoSDK.sh ---------------------------------------------------------------------- diff --git a/ide/addAIRtoSDK.sh b/ide/addAIRtoSDK.sh index a40c18d..66bee66 100755 --- a/ide/addAIRtoSDK.sh +++ b/ide/addAIRtoSDK.sh @@ -102,11 +102,6 @@ downloadAIR() airDownload="http://airdownload.adobe.com/air/lin/download/${version}/AdobeAIRSDK.tbz2" fi - if [ ${AIR_VERSION} = "3.7" ] - then - airDownload="http://labsdownload.adobe.com/pub/labs/flashruntimes/air/air3-7_sdk_mac.tbz2" - fi - echo Downloading AIR ${version} curl ${airDownload} > "${airTempDir}/air.tbz2"
