Repository: flex-sdk Updated Branches: refs/heads/release4.14.0 743748429 -> 4a4944a5c
Updated to use FP/AIR 16 Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/4a4944a5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4a4944a5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/4a4944a5 Branch: refs/heads/release4.14.0 Commit: 4a4944a5c079b8f9ae13edc3de4887ec218b6eb8 Parents: 7437484 Author: Erik de Bruin <[email protected]> Authored: Sun Dec 14 09:12:37 2014 +0100 Committer: Erik de Bruin <[email protected]> Committed: Sun Dec 14 09:12:37 2014 +0100 ---------------------------------------------------------------------- mustella/jenkins.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4a4944a5/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."
