Fixed typo bug when running in the JBoss 3.x container.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-05-24 11:44:23 +00:00
parent a88966d6fa
commit 88bc9fe240

View File

@ -198,8 +198,8 @@
<!-- TODO: Find how to set the port for JBoss 3x -->
<jboss3x if="cactus.home.jboss3x"
dir="${cactus.home.jboss3x}"
output="${cactus.cactus.reports.dir}/jboss3x.out"
todir="${cactus.cactus.reports.dir}/jboss3x"
output="${cactus.reports.dir}/jboss3x.out"
todir="${cactus.reports.dir}/jboss3x"
config="${cactus.jboss3x.config.name}"/>
<orion1x if="cactus.home.orion1x"