This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release/0.9.1
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.1 by this push:
     new 7c245ab  a few fixes
7c245ab is described below

commit 7c245abfd5875d184cdda4c03a353a2f9abda151
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Feb 8 11:56:39 2018 -0800

    a few fixes
---
 ApproveRoyale.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index 39d0634..008e427 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -352,6 +352,7 @@
             reportFile="${src.rat.report}">
             <fileset dir="${basedir}/${package.url.name}">
                 <exclude name="README.md"/>
+                <exclude name="**/README.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
                 <exclude name="royale-asjs/DEPENDENCIES"/>
@@ -414,6 +415,7 @@
             reportFile="${bin.rat.report}">
             <fileset dir="${basedir}/${bin.package.url.name}">
                 <exclude name="README.md"/>
+                <exclude name="**/README.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
                 <exclude name="royale-asjs/DEPENDENCIES"/>
@@ -474,6 +476,7 @@
                 <exclude name="royale-asjs/frameworks/libs/Mobile.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/Network.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/Reflection.swc"/>
+                <exclude name="royale-asjs/frameworks/libs/RoyaleSite.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/Storage.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/TLF.swc"/>
                 <exclude name="royale-asjs/frameworks/libs/Testing.swc"/>
@@ -501,6 +504,7 @@
                 <exclude name="royale-asjs/frameworks/js/libs/MobileJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/NetworkJS.swc"/>
                 <exclude 
name="royale-asjs/frameworks/js/libs/ReflectionJS.swc"/>
+                <exclude 
name="royale-asjs/frameworks/js/libs/RoyaleSiteJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/StorageJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/TLFJS.swc"/>
                 <exclude name="royale-asjs/frameworks/js/libs/TestingJS.swc"/>

-- 
To stop receiving notification emails like this one, please contact
aha...@apache.org.

Reply via email to