You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/21 12:32:52 UTC

[03/27] git commit: [flex-sdk] [refs/heads/develop] - Install both 11.9 and 11.1 flash player global - correct paths (again)

Install both 11.9 and 11.1 flash player global - correct paths (again)


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/22302b41
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/22302b41
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/22302b41

Branch: refs/heads/develop
Commit: 22302b41824a7b6d1bcc37ca4cc4a2191cf4e959
Parents: 479df55
Author: Justin Mclean <jm...@apache.org>
Authored: Sun Oct 13 13:47:17 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sun Oct 13 13:47:17 2013 +1100

----------------------------------------------------------------------
 ide/flashbuilder/makeApacheFlexForIDE.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/22302b41/ide/flashbuilder/makeApacheFlexForIDE.sh
----------------------------------------------------------------------
diff --git a/ide/flashbuilder/makeApacheFlexForIDE.sh b/ide/flashbuilder/makeApacheFlexForIDE.sh
index 0de483b..22b06fb 100755
--- a/ide/flashbuilder/makeApacheFlexForIDE.sh
+++ b/ide/flashbuilder/makeApacheFlexForIDE.sh
@@ -101,12 +101,12 @@ tar xf "$tempDir/$ADOBE_AIR_SDK_MAC_FILE" -C "$FLEX_HOME"
 # download 11.1 playerglobal.swc
 echo "Downloading Adobe Flash Player playerglobal.swc from $ADOBE_FLASHPLAYER_GLOBALPLAYER_11_1_SWC_URL"
 mkdir -p "$FLEX_HOME/frameworks/libs/player/11.1"
-curl "$ADOBE_FLASHPLAYER_GLOBALPLAYER_SWC_URL" --output "$FLEX_HOME/frameworks/libs/player/11.1/playerglobal.swc" --silent
+curl "$ADOBE_FLASHPLAYER_GLOBALPLAYER_11_1_SWC_URL" --output "$FLEX_HOME/frameworks/libs/player/11.1/playerglobal.swc"
 
 # download 11.9 playerglobal.swc
 echo "Downloading Adobe Flash Player playerglobal.swc from $ADOBE_FLASHPLAYER_GLOBALPLAYER_11_9_SWC_URL"
 mkdir -p "$FLEX_HOME/frameworks/libs/player/11.9"
-curl "$ADOBE_FLASHPLAYER_GLOBALPLAYER_SWC_URL" --output "$FLEX_HOME/frameworks/libs/player/11.9/playerglobal.swc" --silent
+curl "$ADOBE_FLASHPLAYER_GLOBALPLAYER_11_9_SWC_URL" --output "$FLEX_HOME/frameworks/libs/player/11.9/playerglobal.swc"
 
 # copy the config files formatted for Flash Builder to frameworks 
 echo "Installing the frameworks config files configured for use with Adobe Flash Builder"