You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/04/10 15:48:35 UTC

git commit: AIR 3.7 released

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 <jm...@apache.org>
Authored: Wed Apr 10 23:48:01 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
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"