Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 53761 invoked from network); 5 Aug 2008 18:53:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 18:53:13 -0000 Received: (qmail 5146 invoked by uid 500); 5 Aug 2008 18:53:12 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 5102 invoked by uid 500); 5 Aug 2008 18:53:12 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 5093 invoked by uid 99); 5 Aug 2008 18:53:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 11:53:12 -0700 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT 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, 05 Aug 2008 18:52:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A75EE238898E; Tue, 5 Aug 2008 11:52:52 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r682864 - in /cocoon/trunk: parent/pom.xml pom.xml tools/pom.xml Date: Tue, 05 Aug 2008 18:52:52 -0000 To: cvs@cocoon.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080805185252.A75EE238898E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: felixk Date: Tue Aug 5 11:52:52 2008 New Revision: 682864 URL: http://svn.apache.org/viewvc?rev=682864&view=rev Log: Add sitemaptags2daisy to build process. It's executed in step 2 (Build all modules required for the site generation) of http://cocoon.apache.org/1256_1_1.html and updates the sitemap annotations in daisy. Modified: cocoon/trunk/parent/pom.xml cocoon/trunk/pom.xml cocoon/trunk/tools/pom.xml Modified: cocoon/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=682864&r1=682863&r2=682864&view=diff ============================================================================== --- cocoon/trunk/parent/pom.xml (original) +++ cocoon/trunk/parent/pom.xml Tue Aug 5 11:52:52 2008 @@ -1873,6 +1873,11 @@ maven-project 2.0.1 + + org.apache.maven + maven-settings + 2.0.5 + org.apache.maven.plugins maven-war-plugin @@ -3657,6 +3662,18 @@ + + org.apache.cocoon + cocoon-sitemaptags2daisy-plugin + 1.0.0-SNAPSHOT + + Modified: cocoon/trunk/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=682864&r1=682863&r2=682864&view=diff ============================================================================== --- cocoon/trunk/pom.xml (original) +++ cocoon/trunk/pom.xml Tue Aug 5 11:52:52 2008 @@ -61,4 +61,26 @@ + + + daisy + + + + org.apache.cocoon + cocoon-sitemaptags2daisy-plugin + + + install + + sitemaptags2daisy + + + + + + + + + Modified: cocoon/trunk/tools/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/pom.xml?rev=682864&r1=682863&r2=682864&view=diff ============================================================================== --- cocoon/trunk/tools/pom.xml (original) +++ cocoon/trunk/tools/pom.xml Tue Aug 5 11:52:52 2008 @@ -44,6 +44,7 @@ cocoon-maven-javadocs-script-report cocoon-rcl/cocoon-rcl-webapp-wrapper cocoon-rcl/cocoon-rcl-spring-reloader + cocoon-sitemaptags2daisy-plugin