You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2003/10/01 14:28:01 UTC

cvs commit: jakarta-commons-sandbox/chain build.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org