Author: fanningpj
Date: Thu Feb 23 23:14:10 2023
New Revision: 1907839
URL: http://svn.apache.org/viewvc?rev=1907839&view=rev
Log:
update rat check
Modified:
xmlbeans/trunk/build.gradle
xmlbeans/trunk/build.xml
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1907839&r1=1907838&r2=1907839&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Feb 23 23:14:10 2023
@@ -445,7 +445,7 @@ rat {
'xbeanenv.*',
'CHANGES.txt',
'SECURITY.md',
- '.travis.yml',
+ 'NOTICE-binary.txt',
'build.javacheck.xml'
]
Modified: xmlbeans/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1907839&r1=1907838&r2=1907839&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Thu Feb 23 23:14:10 2023
@@ -791,6 +791,7 @@
classpath="${rat.jar}" />
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks"
reportFile="${rat.report}">
<fileset dir="src/">
+ <exclude name="NOTICE-binary.txt"/>
<exclude name="main/resources/**/META-INF/services/**"/>
<exclude name="**/*.iml" />
<exclude name="**/XML.xsd"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]