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/14 09:12:54 UTC

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

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.14.0 743748429 -> 4a4944a5c


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/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 <er...@ixsoftware.nl>
Authored: Sun Dec 14 09:12:37 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
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."


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

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Yes, it does.

Sunday morning, before coffee :-(

EdB



On Sun, Dec 14, 2014 at 1:22 PM, Justin Mclean <ju...@classsoftware.com> wrote:
> Hi,
>
>>   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"
>>   ;;
>
> Should that be "16.0)" rather than "15.0)" above?
>
> Justin



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

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

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

>   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"
>   ;;

Should that be "16.0)" rather than "15.0)" above?

Justin