Author: mbenson
Date: Tue Jul 3 08:58:29 2007
New Revision: 552889
URL: http://svn.apache.org/viewvc?view=rev&rev=552889
Log:
add Ant buildfile to run RAT
Added:
jakarta/commons/proper/jxpath/trunk/rat.xml (with props)
Added: jakarta/commons/proper/jxpath/trunk/rat.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/rat.xml?view=auto&rev=552889
==============================================================================
--- jakarta/commons/proper/jxpath/trunk/rat.xml (added)
+++ jakarta/commons/proper/jxpath/trunk/rat.xml Tue Jul 3 08:58:29 2007
@@ -0,0 +1,11 @@
+<!-- use ANT_HOME/lib or -lib to provide RAT jar: -->
+<project xmlns:rat="antlib:rat.anttasks">
+
+ <rat:report reportFile="commons-jxpath.rat">
+ <fileset dir="src/java" includes="**/*.java">
+ <not><contains text="Generated By:JavaCC:" /></not>
+ </fileset>
+ <fileset dir="src/test" includes="**/*.java" />
+ </rat:report>
+
+</project>
Propchange: jakarta/commons/proper/jxpath/trunk/rat.xml
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]