You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/05/24 13:44:23 UTC

cvs commit: maven/src/plugins-build/cactus plugin.jelly

vmassol     2003/05/24 04:44:23

  Modified:    src/plugins-build/cactus plugin.jelly
  Log:
  Fixed typo bug when running in the JBoss 3.x container.
  
  Revision  Changes    Path
  1.15      +2 -2      maven/src/plugins-build/cactus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly	23 May 2003 21:05:56 -0000	1.14
  +++ plugin.jelly	24 May 2003 11:44:23 -0000	1.15
  @@ -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"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org