This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch release/0.9.7 in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit b5785f59df97639cde79881c6edb57b91122aa2d Author: Alex Harui <[email protected]> AuthorDate: Sun May 3 23:55:40 2020 -0700 check new jar --- ApproveRoyale.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml index fdf40fc..eb8fbce 100644 --- a/ApproveRoyale.xml +++ b/ApproveRoyale.xml @@ -218,7 +218,7 @@ <delete file="jars.txt" /> <!-- this is a comma-delimited, no spaces, no-line-breaks list used to decide which jars to skip in the rat-check of the binaries and which jars to examine before approval --> - <property name="jars-list" value="lib/compc.jar,lib/compiler.jar,lib/compiler-asc.jar,lib/compiler-common.jar,lib/compiler-compc.jar,lib/compiler-mxmlc.jar,lib/compiler-optimizer.jar,lib/compiler-swfdump.jar,lib/swfutils.jar,lib/fdb.jar,lib/flex-compiler-oem.jar,js/lib/asdoc.jar,js/lib/compiler-royaleTasks.jar,js/lib/compc.jar,js/lib/externc.jar,js/lib/jsc.jar,js/lib/mxmlc.jar"/> + <property name="jars-list" value="lib/compc.jar,lib/compiler.jar,lib/compiler-asc.jar,lib/compiler-common.jar,lib/compiler-compc.jar,lib/compiler-mxmlc.jar,lib/compiler-optimizer.jar,lib/compiler-swfdump.jar,lib/swfutils.jar,lib/fdb.jar,lib/flex-compiler-oem.jar,js/lib/asdoc.jar,js/lib/compiler-royaleTasks.jar,js/lib/royaleUnitTasks.jar,js/lib/compc.jar,js/lib/externc.jar,js/lib/jsc.jar,js/lib/mxmlc.jar"/> <echo file="${basedir}/jars.txt" message="${jars-list}"/> <echo file="${basedir}/jarexcludes.txt" message="${jars-list}"/> <replaceregexp file="${basedir}/jarexcludes.txt" match="," flags="g" replace="${line.separator}" />
