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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 1de3fa5  exclude README.md from RAT
1de3fa5 is described below

commit 1de3fa51ac725f41b5b206e30ef1605b59f1adb4
Author: Alex Harui <aha...@apache.org>
AuthorDate: Mon Oct 2 22:34:11 2017 -0700

    exclude README.md from RAT
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3b7a438..607d655 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,6 +173,8 @@
             <exclude>**/*.json</exclude>
             <!-- This is appended to the LICENSE file for binary packages-->
             <exclude>LICENSE.bin</exclude>
+            <!-- READMEs don't have headers -->
+            <exclude>README.md</exclude>
 
             <!-- Stuff that needs to be removed -->
             <exclude>fxg2svg/**</exclude>

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to