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/06/17 12:47:31 UTC

git commit: [flex-utilities] [refs/heads/develop] - constant missing - use mac one for linux

Updated Branches:
  refs/heads/develop fa1a2e7fc -> a810461ca


constant missing - use mac one for linux


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

Branch: refs/heads/develop
Commit: a810461ca09d0ac6f9151c60c1070c1adb3711be
Parents: fa1a2e7
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Jun 17 20:47:14 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Jun 17 20:47:14 2013 +1000

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a810461c/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml b/installer/src/InstallApacheFlex.mxml
index f4cf94e..f1370c7 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -916,7 +916,7 @@ variables are not required because the locations of these pieces are known.
 			updateActivityStep(_viewResourceConstants.STEP_REQUIRED_INSTALL_ADOBE_AIR_SDK, StepItem.ACTIVE);
 			
 			try {
-				log(_viewResourceConstants.INFO_DOWNLOADING_AIR_RUNTIME_KIT_LINUX + ADOBE_AIR_SDK_LINUX_URL);
+				log(_viewResourceConstants.INFO_DOWNLOADING_AIR_RUNTIME_KIT_MAC + ADOBE_AIR_SDK_LINUX_URL);
 				_adobeAIRSDKZipFile = File.userDirectory.resolvePath(_flexTemp + File.separator + ADOBE_AIR_SDK_LINUX_FILE);
 				copyOrDownload(ADOBE_AIR_SDK_LINUX_URL, handleAIRSDKDownload, _adobeAIRSDKZipFile, handleAIRSDKDownloadError);
 			} catch (e:Error) {