You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@apache.org on 2001/05/11 02:01:06 UTC

cvs commit: xml-xerces/java build.xml

lehors      01/05/10 17:01:06

  Modified:    java     build.xml
  Log:
  exclude io test that only works for Xerces2
  
  Revision  Changes    Path
  1.42      +3 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml	2001/04/18 20:19:51	1.41
  +++ build.xml	2001/05/11 00:01:05	1.42
  @@ -52,7 +52,7 @@
   Copyright:
     Copyright (c) 2000 The Apache Software Foundation.
   
  -   $Id: build.xml,v 1.41 2001/04/18 20:19:51 neilg Exp $
  +   $Id: build.xml,v 1.42 2001/05/11 00:01:05 lehors Exp $
   
   ==================================================================== -->
   
  @@ -234,7 +234,8 @@
     <target name="tests" depends="samples">
       <mkdir dir="${build.tests}"/>
       <copy todir="${build.tests}">
  -        <fileset dir="${tests.dir}" />
  +        <fileset dir="${tests.dir}" excludes="io/**"
  +        />
       </copy>
       <javac srcdir="${build.tests}"
              destdir="${build.dest}"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org