You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/11/05 11:20:50 UTC

cvs commit: jakarta-ant build.xml

bodewig     01/11/05 02:20:50

  Modified:    .        build.xml
  Log:
  TraXLiaisonTest needs TraX (what a surprise).
  
  Revision  Changes    Path
  1.194     +2 -0      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.193
  retrieving revision 1.194
  diff -u -r1.193 -r1.194
  --- build.xml	2001/11/02 14:04:56	1.193
  +++ build.xml	2001/11/05 10:20:50	1.194
  @@ -679,6 +679,8 @@
                  unless="xalan.present"/>
         <exclude name="org/apache/tools/ant/taskdefs/optional/AdaptxLiaisonTest.java" 
                  unless="adaptx.present"/>
  +      <exclude name="${optional.package}/TraXLiaisonTest.java" 
  +               unless="trax.present"/>
       </javac>
     </target>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>