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 6A5741172D for ; Wed, 2 Jul 2014 08:47:50 +0000 (UTC) Received: (qmail 20362 invoked by uid 500); 2 Jul 2014 08:47:43 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 20295 invoked by uid 500); 2 Jul 2014 08:47:43 -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 20246 invoked by uid 99); 2 Jul 2014 08:47:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 08:47:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 85C88992FCE; Wed, 2 Jul 2014 08:47:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bigosmallm@apache.org To: commits@flex.apache.org Date: Wed, 02 Jul 2014 08:48:19 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [39/50] [abbrv] git commit: [flex-sdk] [refs/heads/new_android_skins] - add caching, checksums and timetamps to sdk install add caching, checksums and timetamps to sdk install Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/6b0e1829 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/6b0e1829 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/6b0e1829 Branch: refs/heads/new_android_skins Commit: 6b0e18296388c782d8a0d5d58a2796fa2c5f64d1 Parents: c0f0e66 Author: Alex Harui Authored: Sat Jun 7 07:14:24 2014 -0700 Committer: Alex Harui Committed: Sat Jun 7 07:17:24 2014 -0700 ---------------------------------------------------------------------- installer.properties/en_US.properties | 1 + installer.xml | 307 +++++++++++++++++++++++++---- 2 files changed, 268 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6b0e1829/installer.properties/en_US.properties ---------------------------------------------------------------------- diff --git a/installer.properties/en_US.properties b/installer.properties/en_US.properties index 60a6bad..3075c72 100644 --- a/installer.properties/en_US.properties +++ b/installer.properties/en_US.properties @@ -122,3 +122,4 @@ INFO_INSTALLING_PLAYERGLOBAL_SWC=Installing Adobe Flash Player playerglobal.swc INFO_INSTALLING_CONFIG_FILES=Installing frameworks configuration files configured for use with an IDE INFO_DOWNLOADING_FILE_FROM=Downloading {0} from: {1} INFO_DOWNLOADED=Download complete +INFO_VALIDATING_FILE=Validating download: http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6b0e1829/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index 32bfa7a..97c18de 100644 --- a/installer.xml +++ b/installer.xml @@ -22,6 +22,13 @@ + + @@ -43,8 +50,41 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -97,8 +137,18 @@ + + + + + + + + + - + + @@ -122,14 +172,26 @@ - - + + + + - - + + + + + + + + + + + + @@ -141,7 +203,7 @@ - + ${install.complete.echo} @@ -276,10 +338,22 @@ - ${AIRDownloadEcho} ${air.sdk.url.path}/${air.sdk.url.file} - + ${AIRDownloadEcho} ${air.sdk.url.server}/${air.sdk.url.folder}/${air.sdk.url.file} + + + + + + + + + + + + + + + @@ -466,10 +540,24 @@ - ${INFO_INSTALLING_PLAYERGLOBAL_SWC} ${flash.sdk.url.path}/${flash.sdk.url.file} - + ${INFO_INSTALLING_PLAYERGLOBAL_SWC} ${flash.sdk.url.server}/${flash.sdk.url.folder}/${flash.sdk.url.file} + + + + + + + + + + + + + + + + + @@ -489,10 +577,15 @@ ${swfobject.echo} - - + + + + + + + + + ${INFO_DOWNLOADED} @@ -521,10 +614,15 @@ ${osmf.echo} - - + + + + + + + + + @@ -557,9 +655,14 @@ ${afe.echo} - + + + + + + + + agl.echo=${INFO_DOWNLOADING_FILE_FROM} @@ -568,9 +671,14 @@ ${agl.echo} - + + + + + + + + fontkit.echo=${INFO_DOWNLOADING_FILE_FROM} @@ -579,10 +687,14 @@ ${fontkit.echo} - - + + + + + + + + rideau.echo=${INFO_DOWNLOADING_FILE_FROM} @@ -591,9 +703,14 @@ ${rideau.echo} - + + + + + + + + @@ -616,9 +733,14 @@ ${blaze.echo} - + + + + + + + + @@ -686,4 +808,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${INFO_VALIDATING_FILE} ${dest} + + + + + + +