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/18 10:06:52 UTC

[18/33] git commit: [flex-sdk] [refs/heads/develop] - 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/98f2f9c0
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/98f2f9c0
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/98f2f9c0

Branch: refs/heads/develop
Commit: 98f2f9c0270c33ded7e3da2caf57a135bf3c6628
Parents: 46b7b5f
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sun Dec 14 09:12:37 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Dec 18 10:01:51 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/98f2f9c0/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."