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/12/16 09:41:39 UTC

[17/21] git commit: [flex-sdk] [refs/heads/release4.14.0] - Updated to use FP/AIR 16

Updated to use FP/AIR 16

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/955cc73e
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/955cc73e
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/955cc73e

Branch: refs/heads/release4.14.0
Commit: 955cc73e0fce27bd5b314911db4b6131840a9da8
Parents: 0227a3e
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sun Dec 14 09:12:37 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Dec 16 09:37:18 2014 +0100

----------------------------------------------------------------------
 mustella/jenkins.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/955cc73e/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index 6614b16..9d52a17 100755
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -66,9 +66,9 @@ then
   AIR_SDK_DIR=4.0
 elif [ "$FLASH_VERSION" == "13.0" ]
 then
-  FLASH_VERSION=15.0
-  AIR_VERSION=15
-  AIR_SDK_DIR=15
+  FLASH_VERSION=16.0
+  AIR_VERSION=16
+  AIR_SDK_DIR=16
 else
   FLASH_VERSION=11.1
   AIR_VERSION=3.7
@@ -94,7 +94,7 @@ case "$FLASH_VERSION" in
     export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer13_0r0_214_win_sa_debug.exe"
   ;;
   15.0)
-    export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer_15_sa_debug.exe"
+    export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer_16_sa_debug.exe"
   ;;
   *)
     echo "No valid Flash Player Debugger variable value could be parsed."