Change default values to indicate Apache Flex 4.10 and AIR 3.8 should be used. We probably need some comments in this file.
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/a64f120e Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/a64f120e Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/a64f120e Branch: refs/heads/develop Commit: a64f120e4e4590941114deb017828891b24cfb72 Parents: 22674d6 Author: Justin Mclean <[email protected]> Authored: Mon Sep 30 08:02:42 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Sep 30 08:02:42 2013 +1000 ---------------------------------------------------------------------- installer/build.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a64f120e/installer/build.properties ---------------------------------------------------------------------- diff --git a/installer/build.properties b/installer/build.properties index 283acc8..f8bd45e 100644 --- a/installer/build.properties +++ b/installer/build.properties @@ -22,8 +22,8 @@ release.version=2.6 #Flex Locations -FLEX_HOME_WIN=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/4.9.1/ -FLEX_HOME_MAC=/Users/justinmclean/Documents/ApacheFlex4.9.1SDK +FLEX_HOME_WIN=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/4.10/ +FLEX_HOME_MAC=/Users/justinmclean/Documents/ApacheFlex4.10 #AIR Locations AIR_HOME_WIN=${FLEX_HOME_WIN} @@ -32,7 +32,7 @@ AIR_HOME_MAC=${FLEX_HOME_MAC} #App Settings APP_NAME=InstallApacheFlex APP_EXTENSION=mxml -APP_CONFIG_XML_NAME=installer/sdk-installer-config-3.0 +APP_CONFIG_XML_NAME=installer/sdk-installer-config-3.1 SOURCE_DIR=${basedir}/src ASSETS_DIR=${basedir}/src/assets LIBRARY_DIR=${basedir}/libs
