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 11C39C0D1 for ; Sat, 6 Jul 2013 13:21:55 +0000 (UTC) Received: (qmail 61330 invoked by uid 500); 6 Jul 2013 13:21:54 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 61320 invoked by uid 500); 6 Jul 2013 13:21:51 -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 61313 invoked by uid 99); 6 Jul 2013 13:21:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2013 13:21:50 +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:21:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8C672238890D; Sat, 6 Jul 2013 13:21:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1500256 - /cayenne/main/trunk/rat.sh Date: Sat, 06 Jul 2013 13:21:28 -0000 To: commits@cayenne.apache.org From: aadamchik@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130706132128.8C672238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: aadamchik Date: Sat Jul 6 13:21:28 2013 New Revision: 1500256 URL: http://svn.apache.org/r1500256 Log: shell script for rat Modified: cayenne/main/trunk/rat.sh Modified: cayenne/main/trunk/rat.sh URL: http://svn.apache.org/viewvc/cayenne/main/trunk/rat.sh?rev=1500256&r1=1500255&r2=1500256&view=diff ============================================================================== --- cayenne/main/trunk/rat.sh (original) +++ cayenne/main/trunk/rat.sh Sat Jul 6 13:21:28 2013 @@ -51,6 +51,8 @@ java -jar $RAT -d $DIR \ -e '_*.java' \ -e '*.plist' \ -e 'index.eomodeld' \ + -e 'DiagramLayout' \ + -e 'excludes.txt' \ -e '*.map.xml' \ -e 'cayenne-*.xml' \ -e 'CLOVER.txt' \