Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 14738 invoked from network); 30 Jul 2008 12:03:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2008 12:03:59 -0000 Received: (qmail 48450 invoked by uid 500); 30 Jul 2008 12:03:58 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 48392 invoked by uid 500); 30 Jul 2008 12:03:58 -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 48383 invoked by uid 99); 30 Jul 2008 12:03:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 05:03:58 -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, 30 Jul 2008 12:03:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1A01B238898A; Wed, 30 Jul 2008 05:03:30 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r680992 - in /cocoon/trunk: blocks/cocoon-it/pom.xml parent/pom.xml Date: Wed, 30 Jul 2008 12:03:28 -0000 To: cvs@cocoon.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080730120330.1A01B238898A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: felixk Date: Wed Jul 30 05:03:25 2008 New Revision: 680992 URL: http://svn.apache.org/viewvc?rev=680992&view=rev Log: Reflect adding the cdocs-it collection to daisy Modified: cocoon/trunk/blocks/cocoon-it/pom.xml cocoon/trunk/parent/pom.xml Modified: cocoon/trunk/blocks/cocoon-it/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-it/pom.xml?rev=680992&r1=680991&r2=680992&view=diff ============================================================================== --- cocoon/trunk/blocks/cocoon-it/pom.xml (original) +++ cocoon/trunk/blocks/cocoon-it/pom.xml Wed Jul 30 05:03:25 2008 @@ -34,6 +34,7 @@ Integration test suite for Cocoon. + http://cocoon.apache.org/${docs.m.it.relPath} @@ -51,6 +52,37 @@ + + + website + ${docs.deploymentBaseUrl}/${docs.m.it.relPath} + + + + + Cocoon Integration Tests + ${docs.m.it.version} + + + + + daisy + + + + org.daisycms + daisy-maven-plugin + + 1465 + cdocs-it + true + + + + + + + Modified: cocoon/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=680992&r1=680991&r2=680992&view=diff ============================================================================== --- cocoon/trunk/parent/pom.xml (original) +++ cocoon/trunk/parent/pom.xml Wed Jul 30 05:03:25 2008 @@ -3343,6 +3343,8 @@ 2.2/maven-plugins/maven-plugin/${docs.m.maven-plugin.version}/ 1.0 2.2/maven-plugins/it-fw/${docs.m.it-fw.version}/ + 1.0 + 2.2/maven-plugins/it/${docs.m.it.version}/ @@ -3607,6 +3609,10 @@ cdocs-it-fw ${docs.m.it-fw.relPath} + + cdocs-it + ${docs.m.it.relPath} + <project> <skin> <groupId>org.apache.cocoon</groupId>