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 2013/09/06 08:23:01 UTC

git commit: [flex-sdk] [refs/heads/develop] - Yeah, even copy-pasting I mess stuff up ; -) So, this should take care of the latest failures of Mustella by pointing to the correct debugger when running 11.9 beta players.

Updated Branches:
  refs/heads/develop f5985042b -> 6581f0220


Yeah, even copy-pasting I mess stuff up ;-) So, this should take care of the latest failures of Mustella by pointing to the correct debugger when running 11.9 beta players.

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

Branch: refs/heads/develop
Commit: 6581f02209b55f92b372ee980c73372b98ba2c81
Parents: f598504
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Sep 6 08:22:12 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Sep 6 08:22:41 2013 +0200

----------------------------------------------------------------------
 mustella/jenkins.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6581f022/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index 8aacb8e..12d2d35 100755
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -102,6 +102,9 @@ case "$FLASH_VERSION" in
   11.8)
     export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer11_8r800_94_win_sa_debug.exe"
   ;;
+  11.9)
+    export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer11-9_debugsa_win_32.exe"
+  ;;
   *)
     echo "No valid Flash Player Debugger variable value could be parsed."
     exit 1