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 2014/10/10 23:08:23 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - add user abort message to en_US

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 859ca1d65 -> 8320e470f


add user abort message to en_US


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

Branch: refs/heads/develop
Commit: 906ecb712552d23cdbdc0a656b6884f6c868c2da
Parents: 859ca1d
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Oct 11 08:03:21 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Oct 11 08:03:21 2014 +1100

----------------------------------------------------------------------
 installer/src/properties/en_US.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/906ecb71/installer/src/properties/en_US.properties
----------------------------------------------------------------------
diff --git a/installer/src/properties/en_US.properties b/installer/src/properties/en_US.properties
index 6ea6616..0bf9bb7 100644
--- a/installer/src/properties/en_US.properties
+++ b/installer/src/properties/en_US.properties
@@ -66,6 +66,7 @@ FETCH_MIRROR_LIST=Trying to fetch the mirror list from Apache.org...
 FETCH_MIRROR_LIST_DONE=Fetched the mirror list from Apache.org.
 FETCH_MIRROR_LIST_PARSED=Parsed the mirror list using the country code and got this domain: 
 INFO_ABORT_INSTALLATION=Installation aborted
+INFO_USER_ABORT_INSTALLATION=User closed the installer before installation was completed. Current step: 
 INFO_APP_INVOKED=Invoked in command line mode with the following arguments: 
 INFO_CREATING_FLEX_HOME=Creating Apache Flex home
 INFO_CREATING_TEMP_DIR=Creating temporary directory


[2/2] git commit: [flex-utilities] [refs/heads/develop] - make clear the version logged is the installer version

Posted by jm...@apache.org.
make clear the version logged is the installer version


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

Branch: refs/heads/develop
Commit: 8320e470f8ca745425285e9da2776079de456db7
Parents: 906ecb7
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Oct 11 08:08:07 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Oct 11 08:08:07 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8320e470/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml b/installer/src/InstallApacheFlex.mxml
index 83e61ad..0b76f4c 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -1005,7 +1005,7 @@ variables are not required because the locations of these pieces are known.
                 var currentVersion:String = applicationDescriptor.xmlns::versionNumber.toString();
 
                 // Log the Installer version to help with any support issues that arise.
-                log("Version " + currentVersion + " (" + _os.os + ")", 0);
+                log("Installer version " + currentVersion + " (" + _os.os + ")", 0);
                 loggedVersion = true;
             }
         }