sboag       01/06/29 08:16:51

  Modified:    java     build.xml
  Log:
  Exclude processorinfo03 since it is processor dependent.
  
  Revision  Changes    Path
  1.114     +4 -4      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- build.xml 2001/06/26 12:53:13     1.113
  +++ build.xml 2001/06/29 15:16:49     1.114
  @@ -50,7 +50,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.113 2001/06/26 12:53:13 dleslie Exp $
  +   $Id: build.xml,v 1.114 2001/06/29 15:16:49 sboag Exp $
      
   ==================================================================== -->
   
  @@ -153,7 +153,7 @@
     <!-- The excluded lre tests are at issue or are new bugs, and should be 
          included as soon as they are resolved.  -->
     <!-- The attribset40+ tests concern Erratum E26, which has convoluted verbiage. 
Need to determine what E26 means in practical terms, then fix any bugs. -->
  -  <property name="test.excludes" 
value="attribset40.xsl;attribset42.xsl;attribset43.xsl;impincl18.xsl;impincl12.xsl;lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl"/>
  +  <property name="test.excludes" 
value="extendx07.xsl;extendx13.xsl;processorinfo03.xsl;attribset40.xsl;attribset42.xsl;attribset43.xsl;impincl18.xsl;impincl12.xsl;lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl"/>
     <property name="test.embedded" value="embed01.xsl;embed02.xsl;embed07.xsl"/>
   
     <!-- =================================================================== -->
  @@ -230,9 +230,9 @@
         <include name="org/apache/xml/**/*.java" />
         <include name="${xpath.reldir}/**/*.java" />
         <exclude name="**/CoroutineSAXFilterTest.java" 
  -     unless="xerces.present"  />
  +        unless="xerces.present"       />
         <exclude name="**/CoroutineSAXParser_Xerces.java" 
  -     unless="xerces.present"  />
  +        unless="xerces.present"       />
       </javac>
       <!-- Compile Xalan main engine (but not xsltc package yet) -->
       <javac srcdir="${src.dir}" 
  
  
  

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

Reply via email to