Return-Path: X-Original-To: apmail-incubator-rat-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-rat-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 C7376779C for ; Fri, 23 Dec 2011 13:05:52 +0000 (UTC) Received: (qmail 95078 invoked by uid 500); 23 Dec 2011 13:05:52 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 95057 invoked by uid 500); 23 Dec 2011 13:05:52 -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 95050 invoked by uid 99); 23 Dec 2011 13:05:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2011 13:05:52 +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; Fri, 23 Dec 2011 13:05:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ECD7C2388860; Fri, 23 Dec 2011 13:05:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1222668 - in /incubator/rat/whisker/trunk: apache-whisker-velocity/pom.xml apache-whisker-xml/pom.xml pom.xml Date: Fri, 23 Dec 2011 13:05:30 -0000 To: rat-commits@incubator.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111223130530.ECD7C2388860@eris.apache.org> Author: rdonkin Date: Fri Dec 23 13:05:30 2011 New Revision: 1222668 URL: http://svn.apache.org/viewvc?rev=1222668&view=rev Log: Added velocity module to the build. Modified: incubator/rat/whisker/trunk/apache-whisker-velocity/pom.xml incubator/rat/whisker/trunk/apache-whisker-xml/pom.xml incubator/rat/whisker/trunk/pom.xml Modified: incubator/rat/whisker/trunk/apache-whisker-velocity/pom.xml URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/apache-whisker-velocity/pom.xml?rev=1222668&r1=1222667&r2=1222668&view=diff ============================================================================== --- incubator/rat/whisker/trunk/apache-whisker-velocity/pom.xml (original) +++ incubator/rat/whisker/trunk/apache-whisker-velocity/pom.xml Fri Dec 23 13:05:30 2011 @@ -24,143 +24,52 @@ > 4.0.0 + + org.apache.rat.whisker + apache-whisker + 0.1-SNAPSHOT + + org.apache.rat.whisker - apache-rat-whisker - 0.1-SNAPSHOT + apache-whisker-velocity jar org.apache.velocity velocity - 1.7 org.jdom jdom - 1.1 org.apache.commons commons-lang3 - 3.0 commons-cli commons-cli - 1.2 junit junit - 3.8.1 test - - UTF-8 - - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.1 - - - - true - true - - - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 1.5-SNAPSHOT - - - package - - shade - - - - - - - org.apache.rat.whisker.legacy.cli.Main - - - - - - - - - org.apache.rat - apache-rat-plugin - 0.8-SNAPSHOT - - - package - - check - - - - - - - - - whisker - - http://rat.apache.org/whisker - 2011 - - - Apache License, Version 2 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - An OSI approved open source license. - - - - Apache Software Foundation - http://www.apache.org - - - - - 3.0.2 - + Apache Whisker::Output(velocity) + Outputs results using velocity. + http://rat.apache.org/whisker/apache-whisker-velocity Modified: incubator/rat/whisker/trunk/apache-whisker-xml/pom.xml URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/apache-whisker-xml/pom.xml?rev=1222668&r1=1222667&r2=1222668&view=diff ============================================================================== --- incubator/rat/whisker/trunk/apache-whisker-xml/pom.xml (original) +++ incubator/rat/whisker/trunk/apache-whisker-xml/pom.xml Fri Dec 23 13:05:30 2011 @@ -66,7 +66,7 @@ Project information --> Apache Whisker::XML - Read model from xml. + Reads model from xml. http://rat.apache.org/whisker/apache-whisker-xml Modified: incubator/rat/whisker/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/pom.xml?rev=1222668&r1=1222667&r2=1222668&view=diff ============================================================================== --- incubator/rat/whisker/trunk/pom.xml (original) +++ incubator/rat/whisker/trunk/pom.xml Fri Dec 23 13:05:30 2011 @@ -74,6 +74,7 @@ apache-whisker-model apache-whisker-scan apache-whisker-xml + apache-whisker-velocity