Updated Branches: refs/heads/develop 9d6c2d34e -> bbf2c5332
In order to follow Justin's interpretation of the new version numbering, I've changed jenkins.sh to use 12.0 instead of just 12. I've also renamed the directory in which 'playerglobal.swc' lives to '12.0'. The future will tell who's right, or if it even matters ;-) 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/bbf2c533 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/bbf2c533 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/bbf2c533 Branch: refs/heads/develop Commit: bbf2c53326e30585850560a8fbacc57ea8165cda Parents: 9d6c2d3 Author: Erik de Bruin <[email protected]> Authored: Tue Nov 19 06:58:19 2013 +0100 Committer: Erik de Bruin <[email protected]> Committed: Tue Nov 19 06:58:19 2013 +0100 ---------------------------------------------------------------------- mustella/jenkins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/bbf2c533/mustella/jenkins.sh ---------------------------------------------------------------------- diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh index 35b5f2f..ff4264a 100755 --- a/mustella/jenkins.sh +++ b/mustella/jenkins.sh @@ -69,7 +69,7 @@ then AIR_VERSION=3.9 elif [ "$FLASH_VERSION" == "11.9" ] then - FLASH_VERSION=12 + FLASH_VERSION=12.0 AIR_VERSION=4 else FLASH_VERSION=11.1 @@ -102,7 +102,7 @@ case "$FLASH_VERSION" in 11.9) export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer11-9_debugsa_win_32.exe" ;; - 12) + 12.0) export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer12-0_debugsa_win_32.exe" ;; *)
