From commits-return-1553-archive-asf-public=cust-asf.ponee.io@royale.apache.org Thu Jan 18 20:49:20 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 7DA77180654 for ; Thu, 18 Jan 2018 20:49:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 69F0A160C2B; Thu, 18 Jan 2018 19:49:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B6218160C26 for ; Thu, 18 Jan 2018 20:49:19 +0100 (CET) Received: (qmail 50307 invoked by uid 500); 18 Jan 2018 19:49:18 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 50298 invoked by uid 99); 18 Jan 2018 19:49:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2018 19:49:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A2DCC8216F; Thu, 18 Jan 2018 19:49:15 +0000 (UTC) Date: Thu, 18 Jan 2018 19:49:19 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] 04/04: add flash switch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: aharui@apache.org In-Reply-To: <151630495551.2288.8653318937170311451@gitbox.apache.org> References: <151630495551.2288.8653318937170311451@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/release/0.9.0 X-Git-Reftype: branch X-Git-Rev: fe4f0aa8b63c6241ad1787bfa157de985c0ed535 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180118194915.A2DCC8216F@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release/0.9.0 in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit fe4f0aa8b63c6241ad1787bfa157de985c0ed535 Author: Alex Harui AuthorDate: Thu Jan 18 11:47:45 2018 -0800 add flash switch --- ApproveRoyale.xml | 48 +++++++++++++++++++++++++----------------------- releasecandidate.xml | 2 ++ 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml index e8144f2..a9d4212 100644 --- a/ApproveRoyale.xml +++ b/ApproveRoyale.xml @@ -88,27 +88,29 @@ - + + - - - - - - - - - - + + + + + + + + + + + @@ -193,10 +195,10 @@ classpathref="anttask.classpath"/> - + - + @@ -746,7 +748,7 @@ defaultvalue="y" /> - + diff --git a/releasecandidate.xml b/releasecandidate.xml index a3cf9df..448c767 100644 --- a/releasecandidate.xml +++ b/releasecandidate.xml @@ -888,6 +888,8 @@ package and signature files, unzipping, etc, you can instead:\n\ https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc}/ApproveRoyale.xml\n\ 3) run the script:\n\ ant -e -f ApproveRoyale.xml -Drelease.version=${release.version} -Drc=${rc}\n\ + If you want to test SWF support during the approval, use:\n\ + ant -e -f ApproveRoyale.xml -Drelease.version=${release.version} -Drc=${rc} -Duse-flash=true\n\ \n\ You are not required to use this script, and more testing of the packages\n\ and build results are always encouraged.\n\ -- To stop receiving notification emails like this one, please contact "commits@royale.apache.org" .