This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release_practice in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit f629d52e9b89d7bd5f76aa407e44a85a5ca3dbcd Author: Alex Harui <[email protected]> AuthorDate: Sun Jun 9 20:07:51 2019 -0700 fix script --- releasesteps.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasesteps.xml b/releasesteps.xml index 6911915..81c50e5 100644 --- a/releasesteps.xml +++ b/releasesteps.xml @@ -956,7 +956,7 @@ <arg value="-Dreproducible.outputDirectory=${artifactfolder}/sources/royale-asjs/js/lib" /> <arg value="-Dreproducible.newLineTextFiles=META-INF/NOTICE,META-INF/LICENSE" /> </exec> - <antcall name="compare-ant-jars" /> + <antcall target="compare-ant-jars" /> </target> <target name="compare-ant-jars">
