Author: amaniatis Date: Thu May 17 05:12:38 2012 New Revision: 1339489 URL: http://svn.apache.org/viewvc?rev=1339489&view=rev Log: A couple more excludes for our RAT output. Trying to exclude small and insignificant files which don't need license headers.
http://ci.apache.org/projects/cayenne/rat-output.html Modified: cayenne/main/trunk/build-tools/rat-excludes Modified: cayenne/main/trunk/build-tools/rat-excludes URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/rat-excludes?rev=1339489&r1=1339488&r2=1339489&view=diff ============================================================================== --- cayenne/main/trunk/build-tools/rat-excludes (original) +++ cayenne/main/trunk/build-tools/rat-excludes Thu May 17 05:12:38 2012 @@ -2,4 +2,7 @@ **/*.graffle **/.* **/.*/** -CLOVER.txt \ No newline at end of file +**/CLOVER.txt +**/*.map.xml +**/*.css +**/*.properties \ No newline at end of file
