Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FFE4FFF2 for ; Mon, 1 Apr 2013 01:54:28 +0000 (UTC) Received: (qmail 49933 invoked by uid 500); 1 Apr 2013 01:54:28 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 49914 invoked by uid 500); 1 Apr 2013 01:54:28 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 49907 invoked by uid 99); 1 Apr 2013 01:54:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 01:54:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0CFA7834E48; Mon, 1 Apr 2013 01:54:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Mon, 01 Apr 2013 01:54:27 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: White space and minor improvements including version number Updated Branches: refs/heads/master 36d503c00 -> ba7a1e7b6 White space and minor improvements including version number Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/14b8b7b8 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/14b8b7b8 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/14b8b7b8 Branch: refs/heads/master Commit: 14b8b7b87ff7c6f9c69964dc417d19a757a4ff08 Parents: 36d503c Author: Justin Mclean Authored: Mon Apr 1 12:53:05 2013 +1100 Committer: Justin Mclean Committed: Mon Apr 1 12:53:05 2013 +1100 ---------------------------------------------------------------------- installer/README | 47 ++++++++++++++++++++++++----------------------- 1 files changed, 24 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/14b8b7b8/installer/README ---------------------------------------------------------------------- diff --git a/installer/README b/installer/README index b9d27c7..f2378a7 100644 --- a/installer/README +++ b/installer/README @@ -21,32 +21,32 @@ limitations under the License. Overview: ========= -- The Apache Flex SDK Installer AIR application provides an easy, single-click installation of the +- The Apache Flex SDK Installer AIR application provides an easy, installation of the Apache Flex SDK and all its dependencies. This will make it suitable for working with IDEs such as Adobe Flash Builder, FDT, IntelliJ IDEA, FlashDevelop, etc. - The application downloads the following dependencies: - - The AIR sdk (Windows vs. Mac) based on the current platform - - Adobe Flash Player playerglobal.swc - - SwfObject - - Open Source Media Framework (OSMF) + The application downloads the following dependencies: + - The AIR sdk (Windows vs. Mac) based on the current platform + - Adobe Flash Player playerglobal.swc + - SwfObject + - Open Source Media Framework (OSMF) - Optionally, the application will download these files if the user explicitly agrees to - the licensing terms: - - Adobe BlazeDS - - Adobe embedded font support + Optionally, the application will download these files if the user explicitly agrees to + the licensing terms: + - Adobe BlazeDS + - Adobe embedded font support - All the file names and urls of the downloaded files are available in - installer/src/sdk-installer-config-2.0.xml. - When the dependencies file names or urls change in future, update the - sdk-installer-config-2.0.xml to ensure that the application works correctly. + All the file names and urls of the downloaded files are available in + installer/src/sdk-installer-config-2.0.xml. + When the dependencies file names or urls change in future, update the + sdk-installer-config-2.0.xml to ensure that the application works correctly. - The application uses http://flex.apache.org/single-mirror-url.cgi to determine - the preferred mirror url to download Apache Flex SDK binary from. + the preferred mirror url to download the Apache Flex SDK binary from. - Once the Apache Flex SDK binary file is downloaded, a MD5 hash is generated for it. This hash is compared with the hash from the Apache Flex SDK release site. - If they match, we verify that the downloaded binary file is a valid Apache release and - proceed to unzip the file. + If they match, we verify that the downloaded binary file is a valid Apache release and + proceed to unzip the file. - The Adobe AIR SDK will be downloaded and the relevant files are copied to the required locations. @@ -57,11 +57,12 @@ Overview: - Then the rest of the external dependencies and the optional files (if selected by user) are downloaded and copied into the appropriate locations. -- From the 2.0 version, by default, Apache Flex SDK Installer 2.0 downloads Adobe Flash Player 11.1 - and Adobe AIR SDK 3.4. If you want to change it to any other supported combination, you save - a copy of the config file found at: http://flex.apache.org/sdk-installer-config-2.0.xml, - modify the download urls to point to the required versions. Then run the app from command line - mode with the optional command line parameter: -config= +- From the 2.5 version, by default, Apache Flex SDK Installer 2.5 downloads Adobe Flash Player 11.1 + and Adobe AIR SDK 3.4. + If you want to change it to any other supported combination, you save + a copy of the config file found at: http://flex.apache.org/sdk-installer-config-2.0.xml, + modify the download urls to point to the required versions. Then run the app from command line + mode with the optional command line parameter: -config= ========================================================================================== How to build the installer using ANT (no Flash Builder or any other IDE required): @@ -106,4 +107,4 @@ How to set up the project for working with Adobe Flash Builder (or any other IDE and point it to the directory path where the 'installer' and 'common' directories are located. -4. In the installer project, add ${APACHE_FLEX_UTILITIES_ROOT}/common/src as a source path. \ No newline at end of file +4. In the installer project, add ${APACHE_FLEX_UTILITIES_ROOT}/common/src as a source path.