From easyant-commits-return-457-apmail-incubator-easyant-commits-archive=incubator.apache.org@incubator.apache.org Tue Aug 7 19:24:54 2012 Return-Path: X-Original-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49463DCBB for ; Tue, 7 Aug 2012 19:24:54 +0000 (UTC) Received: (qmail 36749 invoked by uid 500); 7 Aug 2012 19:24:54 -0000 Delivered-To: apmail-incubator-easyant-commits-archive@incubator.apache.org Received: (qmail 36726 invoked by uid 500); 7 Aug 2012 19:24:54 -0000 Mailing-List: contact easyant-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: easyant-dev@incubator.apache.org Delivered-To: mailing list easyant-commits@incubator.apache.org Received: (qmail 36719 invoked by uid 99); 7 Aug 2012 19:24:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 19:24:54 +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; Tue, 07 Aug 2012 19:24:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F1AE22388B3A; Tue, 7 Aug 2012 19:24:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370457 - /incubator/easyant/plugins/trunk/compile-test-groovy/src/main/resources/compile-test-groovy.ant Date: Tue, 07 Aug 2012 19:24:07 -0000 To: easyant-commits@incubator.apache.org From: jlboudart@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120807192407.F1AE22388B3A@eris.apache.org> Author: jlboudart Date: Tue Aug 7 19:24:07 2012 New Revision: 1370457 URL: http://svn.apache.org/viewvc?rev=1370457&view=rev Log: Fixes wrong macro attribute in compile-test-groovy* Modified: incubator/easyant/plugins/trunk/compile-test-groovy/src/main/resources/compile-test-groovy.ant Modified: incubator/easyant/plugins/trunk/compile-test-groovy/src/main/resources/compile-test-groovy.ant URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/compile-test-groovy/src/main/resources/compile-test-groovy.ant?rev=1370457&r1=1370456&r2=1370457&view=diff ============================================================================== --- incubator/easyant/plugins/trunk/compile-test-groovy/src/main/resources/compile-test-groovy.ant (original) +++ incubator/easyant/plugins/trunk/compile-test-groovy/src/main/resources/compile-test-groovy.ant Tue Aug 7 19:24:07 2012 @@ -32,12 +32,12 @@ - - + + includes="${@{prefix}.compile.includes.pattern}" + excludes="${@{prefix}.compile.excludes.pattern}"/>