vmassol     2002/10/29 13:29:27

  Modified:    .        gump.xml
  Log:
  Made checkstyle an <option> rather than a <depend> as Cactus should build fine even 
if checkstyle fails to build with Gump. Thanks to Stefan Bodewig.
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-cactus/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/gump.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- gump.xml  8 Aug 2002 09:37:50 -0000       1.20
  +++ gump.xml  29 Oct 2002 21:29:27 -0000      1.21
  @@ -84,7 +84,7 @@
       <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="aspectj"/>
  -    <depend project="checkstyle"/>
  +    <option project="checkstyle"/>
   
       <work nested="framework/target-12/classes/java"/>
       <work nested="framework/target-12/classes/test"/>
  @@ -168,7 +168,7 @@
       <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="aspectj"/>
  -    <depend project="checkstyle"/>
  +    <option project="checkstyle"/>
   
       <work nested="framework/target-13/classes/java"/>
       <work nested="framework/target-13/classes/test"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>

Reply via email to