From 7484f19a818cf2526bf5935ee3d8f57f2a6085f3 Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 7 Aug 2003 07:45:43 +0000 Subject: [PATCH] Upgrade to cactus 1.6dev-20030807 as it fixes bugs with the WL 7.x integration. Support for WL 7.x is now working fine (at least on my machine :-)). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113805 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/plugin.jelly | 9 +++------ cactus/project.xml | 4 ++-- cactus/xdocs/changes.xml | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index e2de4efd..0b62f3db 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -295,8 +295,7 @@ + todir="${cactus.reports.dir}/weblogic7x"/> @@ -461,8 +460,7 @@ + todir="${cactus.reports.dir}/weblogic7x"/> @@ -567,8 +565,7 @@ + todir="${cactus.reports.dir}/weblogic7x"/> diff --git a/cactus/project.xml b/cactus/project.xml index c95c2bfd..b477c6ad 100644 --- a/cactus/project.xml +++ b/cactus/project.xml @@ -74,12 +74,12 @@ cactus cactus - 13-1.5-beta1 + 13-1.6dev-20030807 cactus cactus-ant - 13-1.5-beta1 + 13-1.6dev-20030807 commons-httpclient diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml index 8ef1a737..837f1ee7 100644 --- a/cactus/xdocs/changes.xml +++ b/cactus/xdocs/changes.xml @@ -11,10 +11,10 @@ Added back support for WebLogic 7.x (it had somehow been dropped when we moved to the new Cactus/Ant integration in version 3.0). - Not tested yet (I don't have WL7 on my machine)! - Update to Cactus 1.5-beta1. + Update to Cactus 1.6dev-20030807 which has fixes for WebLogic 7.x + support.