This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 8d15262b5188a144347c21ebfeb13ffe346b190b Author: Josh Tynjala <[email protected]> AuthorDate: Fri Feb 27 10:18:13 2026 -0800 ApproveRoyale.xml: extended description of main-no-download target --- ApproveRoyale.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml index 9160be4db5..879b057f11 100644 --- a/ApproveRoyale.xml +++ b/ApproveRoyale.xml @@ -208,7 +208,7 @@ <target name="main" depends="check-flash,write-out-jars-list,install-rat,download,check-sigs,uncompress,copy-source-for-maven,rat-check,binary-rat,doc-rat,check-notices,examine-jars,build,approve" description="Perform required release approval steps"> </target> - <target name="main-no-download" depends="check-flash,write-out-jars-list,install-rat,check-sigs,uncompress,copy-source-for-maven,rat-check,binary-rat,doc-rat,check-notices,examine-jars,build,approve" description="Perform required release approval steps"> + <target name="main-no-download" depends="check-flash,write-out-jars-list,install-rat,check-sigs,uncompress,copy-source-for-maven,rat-check,binary-rat,doc-rat,check-notices,examine-jars,build,approve" description="Perform required release approval steps without downloading Royale distributions (src and bin archives and signatures must already exist in same directory)"> </target> <target name="copy-source-for-maven">
