jruaux      2003/01/29 09:24:44

  Modified:    petals/ant/src/scripts/j2ee13 build-tests-jboss3x.xml
  Log:
  Added cactus.init as dependency for target "cactus.setup"
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-cactus/petals/ant/src/scripts/j2ee13/build-tests-jboss3x.xml
  
  Index: build-tests-jboss3x.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/petals/ant/src/scripts/j2ee13/build-tests-jboss3x.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-tests-jboss3x.xml   26 Jan 2003 08:37:26 -0000      1.3
  +++ build-tests-jboss3x.xml   29 Jan 2003 17:24:44 -0000      1.4
  @@ -127,7 +127,7 @@
          ========================================================================
       -->
       <target name="cactus.setup.jboss3x"
  -        depends="cactus.check.jboss3x" if="cactus.home.jboss3x"
  +        depends="cactus.init, cactus.check.jboss3x" if="cactus.home.jboss3x"
           description="Set up a JBoss 3.x directory structure">
   
           <!-- TODO: Find how to create a valid default server configuration.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to