From 1f59053ef5d4829a762d13e7eb87e66720ee337b Mon Sep 17 00:00:00 2001 From: vmassol Date: Tue, 5 Aug 2003 10:27:36 +0000 Subject: [PATCH] Added back support for WL 7.x. I haven't tested it though. If someone who has WL7 on his machine could test it, that would be great... :-) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113799 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/plugin.jelly | 25 ++++++++++++++++++++++++- cactus/xdocs/changes.xml | 5 +++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index f56a04a5..0b62f3db 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -86,7 +86,9 @@ - + + + @@ -290,6 +292,11 @@ + + @@ -343,6 +350,12 @@ + + + + + + @@ -444,6 +457,11 @@ + + @@ -544,6 +562,11 @@ + + diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml index bf44e032..8ef1a737 100644 --- a/cactus/xdocs/changes.xml +++ b/cactus/xdocs/changes.xml @@ -8,6 +8,11 @@ + + 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.