You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/02/09 11:22:59 UTC

git commit: [flex-sdk] [refs/heads/develop] - Updated to include current beta versions

Updated Branches:
  refs/heads/develop 8035c4927 -> 45ac3c7b2


Updated to include current beta versions

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/45ac3c7b
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/45ac3c7b
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/45ac3c7b

Branch: refs/heads/develop
Commit: 45ac3c7b249a96ac8b1e5cdfb6f60cf59454ca64
Parents: 8035c49
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sun Feb 9 11:22:48 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Sun Feb 9 11:22:48 2014 +0100

----------------------------------------------------------------------
 mustella/jenkins.sh | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/45ac3c7b/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index ff4264a..0a7cd91 100755
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -57,20 +57,22 @@ fi
 # Toggle between versions:
 # 11.1 is the default version
 # 11.7 is the "current long term support" version
-# 11.9 is the latest release
-# 12 is the current beta version
+# 12.0 is the latest release
+# 13 is the current beta version
+# Note: the previous release and current beta versions of AIR are both '4', 
+#       so to make the distinction, the beta version is '4.01' on the VM
 if [ "$FLASH_VERSION" == "11.1" ]
 then
   FLASH_VERSION=11.7
   AIR_VERSION=3.7
 elif [ "$FLASH_VERSION" == "11.7" ]
 then
-  FLASH_VERSION=11.9
-  AIR_VERSION=3.9
-elif [ "$FLASH_VERSION" == "11.9" ]
-then
   FLASH_VERSION=12.0
   AIR_VERSION=4
+elif [ "$FLASH_VERSION" == "12.0" ]
+then
+  FLASH_VERSION=13
+  AIR_VERSION=4.01
 else
   FLASH_VERSION=11.1
   AIR_VERSION=3.7
@@ -99,12 +101,12 @@ case "$FLASH_VERSION" in
   11.7)
     export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer11_7r700_232_win_sa_debug.exe"
   ;;
-  11.9)
-    export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer11-9_debugsa_win_32.exe"
-  ;;
   12.0)
     export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer12-0_debugsa_win_32.exe"
   ;;
+  13.0)
+    export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer13_debugsa_win_32.exe"
+  ;;
   *)
     echo "No valid Flash Player Debugger variable value could be parsed."
     exit 1