Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCCF8C0DD for ; Sat, 6 Jul 2013 13:30:48 +0000 (UTC) Received: (qmail 66310 invoked by uid 500); 6 Jul 2013 13:30:47 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 66300 invoked by uid 500); 6 Jul 2013 13:30:47 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 66293 invoked by uid 99); 6 Jul 2013 13:30:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2013 13:30:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2013 13:30:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DF0E0238890D; Sat, 6 Jul 2013 13:30:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1500258 - /cayenne/main/trunk/rat.sh Date: Sat, 06 Jul 2013 13:30:21 -0000 To: commits@cayenne.apache.org From: aadamchik@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130706133021.DF0E0238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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'