This is an automated email from the ASF dual-hosted git repository.
harbs 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 e480b70 Added RELEASE_NOTES.md to Ant RAT check
e480b70 is described below
commit e480b70a3cbf2da6ae10c8a476f4860d13820620
Author: Harbs <[email protected]>
AuthorDate: Wed Feb 21 12:45:37 2018 +0200
Added RELEASE_NOTES.md to Ant RAT check
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index 4a38899..02b2e84 100644
--- a/build.xml
+++ b/build.xml
@@ -1528,6 +1528,7 @@ limitations under the License.
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks"
reportFile="${rat.report}">
<fileset dir="${rat.dir}">
<exclude name="README.md"/>
+ <exclude name="RELEASE_NOTES.md"/>
<exclude name="LICENSE.bin"/>
<exclude name="LICENSE.base"/>
<exclude name="royale-asjs/DEPENDENCIES"/>
--
To stop receiving notification emails like this one, please contact
[email protected].