Author: aadamchik
Date: Sat Jul  6 13:30:21 2013
New Revision: 1500258

URL: http://svn.apache.org/r1500258
Log:
rat script excludes

Modified:
    cayenne/main/trunk/rat.sh

Modified: cayenne/main/trunk/rat.sh
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/rat.sh?rev=1500258&r1=1500257&r2=1500258&view=diff
==============================================================================
--- cayenne/main/trunk/rat.sh (original)
+++ cayenne/main/trunk/rat.sh Sat Jul  6 13:30:21 2013
@@ -51,11 +51,19 @@ java -jar $RAT -d $DIR \
        -e '_*.java' \
        -e '*.plist' \
        -e 'index.eomodeld' \
+       -e '*.fspec' \
+       -e '*.wod' \
+       -e '*.woo' \
+       -e 'project.pbxproj' \
        -e 'DiagramLayout' \
        -e 'excludes.txt' \
        -e '*.map.xml' \
        -e 'cayenne-*.xml' \
+       -e 'cayenne.xml' \
+       -e '*.driver.xml' \
        -e 'CLOVER.txt' \
+       -e '*.html' \
+       -e '*.css' \
        -e 'derby.log'
 
 


Reply via email to