husted      2003/10/01 05:28:01

  Modified:    chain    build.xml
  Log:
  Tweak the build.xml "compile.tests" target to represent  that Digester depends on 
BeanUtils and Collections also being present.
  
  Revision  Changes    Path
  1.6       +5 -1      jakarta-commons-sandbox/chain/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 1 Oct 2003 04:23:00 -0000       1.5
  +++ build.xml 1 Oct 2003 12:28:01 -0000       1.6
  @@ -245,6 +245,10 @@
         <exclude    name="org/apache/commons/chain/web/*Servlet*.java"
                   unless="servlet.present"/>
         <exclude    name="org/apache/commons/chain/config/*.java"
  +                unless="beanutils.present"/>
  +      <exclude    name="org/apache/commons/chain/config/*.java"
  +                unless="collections.present"/>
  +      <exclude    name="org/apache/commons/chain/config/*.java"
                   unless="digester.present"/>
       </javac>
       <copy    todir="${build.home}/tests" filtering="on">
  
  
  

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

Reply via email to