Return-Path: Delivered-To: apmail-incubator-rat-commits-archive@locus.apache.org Received: (qmail 15231 invoked from network); 7 May 2008 21:24:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 21:24:29 -0000 Received: (qmail 28571 invoked by uid 500); 7 May 2008 21:24:31 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 28550 invoked by uid 500); 7 May 2008 21:24:31 -0000 Mailing-List: contact rat-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rat-dev@incubator.apache.org Delivered-To: mailing list rat-commits@incubator.apache.org Received: (qmail 28539 invoked by uid 99); 7 May 2008 21:24:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 14:24:31 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 07 May 2008 21:23:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BB21D23889C0; Wed, 7 May 2008 14:23:57 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r654284 - in /incubator/rat/import/rat/src: java/org/apache/rat/anttasks/antlib.xml test/antunit/report-bad-configurations.xml test/antunit/report-normal-operation.xml Date: Wed, 07 May 2008 21:23:57 -0000 To: rat-commits@incubator.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080507212357.BB21D23889C0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Wed May 7 14:23:55 2008 New Revision: 654284 URL: http://svn.apache.org/viewvc?rev=654284&view=rev Log: Fix package breakages for antlib Modified: incubator/rat/import/rat/src/java/org/apache/rat/anttasks/antlib.xml incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml incubator/rat/import/rat/src/test/antunit/report-normal-operation.xml Modified: incubator/rat/import/rat/src/java/org/apache/rat/anttasks/antlib.xml URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/org/apache/rat/anttasks/antlib.xml?rev=654284&r1=654283&r2=654284&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/org/apache/rat/anttasks/antlib.xml (original) +++ incubator/rat/import/rat/src/java/org/apache/rat/anttasks/antlib.xml Wed May 7 14:23:55 2008 @@ -21,28 +21,28 @@ --> - + + classname="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/> + classname="org.apache.rat.analysis.generation.GeneratedLicenseNotRequired"/> + classname="org.apache.rat.analysis.generation.JavaDocLicenseNotRequired"/> + classname="org.apache.rat.analysis.license.OASISLicense"/> + classname="org.apache.rat.analysis.license.W3CLicense"/> + classname="org.apache.rat.analysis.license.W3CDocLicense"/> + classname="org.apache.rat.license.W3CDocumentLicenseFamily"/> + classname="org.apache.rat.license.W3CSoftwareLicenseFamily"/> + classname="org.apache.rat.license.OASISLicenseFamily"/> + classname="org.apache.rat.license.Apache20LicenseFamily"/> \ No newline at end of file Modified: incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml?rev=654284&r1=654283&r2=654284&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml (original) +++ incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml Wed May 7 14:23:55 2008 @@ -22,7 +22,7 @@ + xmlns:rat="antlib:org.apache.rat.anttasks"> + xmlns:rat="antlib:org.apache.rat.anttasks"> @@ -80,10 +80,10 @@