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/01/16 07:02:19 UTC

svn commit: r1433831 - in /flex/sdk/branches/develop: README ide/flashbuilder/makeApacheFlexForFlashBuilder.bat ide/flashbuilder/makeApacheFlexForFlashBuilder.sh

Author: jmclean
Date: Wed Jan 16 06:02:19 2013
New Revision: 1433831

URL: http://svn.apache.org/viewvc?rev=1433831&view=rev
Log:
Updated scripts and README to refer to AIR 3.5

Modified:
    flex/sdk/branches/develop/README
    flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.bat
    flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.sh

Modified: flex/sdk/branches/develop/README
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/README?rev=1433831&r1=1433830&r2=1433831&view=diff
==============================================================================
--- flex/sdk/branches/develop/README (original)
+++ flex/sdk/branches/develop/README Wed Jan 16 06:02:19 2013
@@ -137,14 +137,14 @@ Install Prerequisites
          will get compile errors.
         
     *3) The Adobe AIR integration kit for Windows can be downloaded from:
-                http://airdownload.adobe.com/air/win/download/3.4/AdobeAIRSDK.zip
+           http://airdownload.adobe.com/air/win/download/3.5/AdobeAIRSDK.zip
         
          The Adobe AIR integration kit for Mac can be downloaded from:
-            http://airdownload.adobe.com/air/mac/download/3.4/AdobeAIRSDK.tbz2
+            http://airdownload.adobe.com/air/mac/download/3.5/AdobeAIRSDK.tbz2
 
-        This version of Apache Flex was certified for use with AIR 3.4, and should
+        This version of Apache Flex was certified for use with AIR 3.5, and should
         be compatible with other versions of AIR newer than 3.1. However it hasn't
-        been tested on AIR 3.2, 3.3 or 3.5.
+        been tested on AIR 3.2, 3.3 or 3.6.
 
         Download the AIR SDK for your platform and unzip it.  Set AIR_HOME to the absolute 
         path of the AIR SDK directory.
@@ -398,14 +398,14 @@ Using the Binary Distribution
 	This will create an Apache Flex 4.9 SDK that can be used with Flash Builder by copying the required files
 	from the Adobe Flex 4.6 SDK.
 	
-	To create an SDK for other IDE or if you want to use Adobe AIR 3.4 (rather than AIR 3.1 contained in
+	To create an SDK for other IDE or if you want to use Adobe AIR 3.5 (rather than AIR 3.1 contained in
 	Adobe Flex 4.6) run:
 	
 		/ide/flashbuilder/makeApacheFlexForFlashbuilder.sh (on Mac)
 		/ide/flashbuilder/makeApacheFlexForFlashbuilder.bat (on Windows)
 		
 	This will create an Apache Flex 4.9 SDK that can be used by an IDE by downloading Adobe Flex 4.6 SDK and
-	Adobe AIR 3.4.
+	Adobe AIR 3.5.
     
 Building the Framework in a Binary Distribution
 -----------------------------------------------

Modified: flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.bat
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.bat?rev=1433831&r1=1433830&r2=1433831&view=diff
==============================================================================
--- flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.bat (original)
+++ flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.bat Wed Jan 16 06:02:19 2013
@@ -42,10 +42,10 @@ REM
 set APACHE_FLEX_BIN_DISTRO_DIR=..\..
 
 REM
-REM     Adobe AIR SDK Version 3.4
+REM     Adobe AIR SDK Version 3.5
 REM
 set ADOBE_AIR_SDK_WIN_FILE=AdobeAIRSDK.zip
-set ADOBE_AIR_SDK_WIN_URL=http://airdownload.adobe.com/air/win/download/3.4/%ADOBE_AIR_SDK_WIN_FILE%
+set ADOBE_AIR_SDK_WIN_URL=http://airdownload.adobe.com/air/win/download/3.5/%ADOBE_AIR_SDK_WIN_FILE%
 
 REM
 REM     Adobe Flash Player Version 11.1

Modified: flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.sh
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.sh?rev=1433831&r1=1433830&r2=1433831&view=diff
==============================================================================
--- flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.sh (original)
+++ flex/sdk/branches/develop/ide/flashbuilder/makeApacheFlexForFlashBuilder.sh Wed Jan 16 06:02:19 2013
@@ -37,8 +37,8 @@
 # Apache Flex binary distribution
 APACHE_FLEX_BIN_DIR="$( cd $( dirname -- "$0" ) > /dev/null ; pwd )"/../..
 
-# Adobe AIR SDK Version 3.4
-ADOBE_AIR_SDK_MAC_URL=http://airdownload.adobe.com/air/mac/download/3.4/AdobeAIRSDK.tbz2
+# Adobe AIR SDK Version 3.5
+ADOBE_AIR_SDK_MAC_URL=http://airdownload.adobe.com/air/mac/download/3.5/AdobeAIRSDK.tbz2
 
 # Adobe Flash Player Version 11.1
 ADOBE_FLASHPLAYER_GLOBALPLAYER_SWC_URL=http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_1.swc