Return-Path: Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 51075 invoked by uid 500); 9 May 2003 10:59:28 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 51036 invoked by uid 500); 9 May 2003 10:59:27 -0000 Received: (qmail 51021 invoked from network); 9 May 2003 10:59:27 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 9 May 2003 10:59:27 -0000 Received: (qmail 81403 invoked by uid 1262); 9 May 2003 10:59:27 -0000 Date: 9 May 2003 10:59:27 -0000 Message-ID: <20030509105927.81402.qmail@icarus.apache.org> From: vmassol@apache.org To: maven-cvs@apache.org Subject: cvs commit: maven/src/plugins-build/cactus/xdocs changes.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N vmassol 2003/05/09 03:59:27 Modified: src/plugins-build/cactus project.xml project.properties src/plugins-build/cactus/xdocs changes.xml Log: Updated to use the Cactus/Ant integration built on 26th of April 2003. This makes the web.xml merge works. Revision Changes Path 1.22 +1 -1 maven/src/plugins-build/cactus/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 13 Apr 2003 09:31:19 -0000 1.21 +++ project.xml 9 May 2003 10:59:26 -0000 1.22 @@ -70,7 +70,7 @@ cactus jakarta-cactus-integration-ant - 13-1.5dev-20030407 + 13-1.5dev-20030426 zip 1.8 +1 -1 maven/src/plugins-build/cactus/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven/src/plugins-build/cactus/project.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.properties 7 Apr 2003 10:34:18 -0000 1.7 +++ project.properties 9 May 2003 10:59:27 -0000 1.8 @@ -12,6 +12,6 @@ # mechanism is finalized. maven.cactus.artifacts.zips.dir = ${maven.repo.local}/cactus/zips -maven.cactus.antintegration.version = 13-1.5dev-20030407 +maven.cactus.antintegration.version = 13-1.5dev-20030426 maven.cactus.antintegration.name = jakarta-cactus-integration-ant-${maven.cactus.antintegration.version} maven.cactus.antintegration.zip = ${maven.cactus.artifacts.zips.dir}/${maven.cactus.antintegration.name}.zip 1.7 +4 -0 maven/src/plugins-build/cactus/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/changes.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 13 Apr 2003 22:59:11 -0000 1.6 +++ changes.xml 9 May 2003 10:59:27 -0000 1.7 @@ -8,6 +8,10 @@ + + Updated to use the Cactus/Ant integration built on 26th of April 2003. + This makes the web.xml merge works. + Fix bug where generation of the Cactus report was failing in some cases. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org