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/flex-sdk.git
commit a231f32ee55031dd4a7b952128cd524baeb23511 Author: Josh Tynjala <[email protected]> AuthorDate: Thu Apr 23 10:54:37 2026 -0700 ApproveSDK.xml: expand description of main-no-download --- ApproveSDK.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApproveSDK.xml b/ApproveSDK.xml index 9d06260e83..0926cb59e2 100644 --- a/ApproveSDK.xml +++ b/ApproveSDK.xml @@ -200,7 +200,7 @@ <target name="main" depends="write-out-jars-list,install-rat,download,check-sigs,uncompress,rat-check,examine-jars,external-jar-folder-dump,check-notices,build,approve" description="Perform required release approval steps"> </target> - <target name="main-no-download" depends="write-out-jars-list,install-rat,check-sigs,uncompress,rat-check,examine-jars,external-jar-folder-dump,check-notices,build,approve" description="Perform required release approval steps"> + <target name="main-no-download" depends="write-out-jars-list,install-rat,check-sigs,uncompress,rat-check,examine-jars,external-jar-folder-dump,check-notices,build,approve" description="Perform required release approval steps without downloading release distribution (archive and signatures must already exist in same directory)"> </target> <target name="test" >
