mrglavas    2005/05/23 20:34:45

  Modified:    java     build.xml
  Log:
  Hooking in META-INF/services file for the SchemaFactory and fixing a build 
failure.
  
  Revision  Changes    Path
  1.183     +5 -2      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- build.xml 8 May 2005 19:26:27 -0000       1.182
  +++ build.xml 24 May 2005 03:34:45 -0000      1.183
  @@ -168,6 +168,9 @@
        
       <copy 
file="${src.dir}/org/apache/xerces/jaxp/datatype/javax.xml.datatype.DatatypeFactory"
         
tofile="${build.dest}/META-INF/services/javax.xml.datatype.DatatypeFactory"/>
  +     
  +    <copy 
file="${src.dir}/org/apache/xerces/jaxp/validation/javax.xml.validation.SchemaFactory"
  +      
tofile="${build.dest}/META-INF/services/javax.xml.validation.SchemaFactory"/>
   
       <copy file="${src.dir}/org/apache/xerces/parsers/org.xml.sax.driver"
         tofile="${build.dest}/META-INF/services/org.xml.sax.driver"/>
  @@ -241,7 +244,7 @@
              includeAntRuntime="false"
              includeJavaRuntime="false"
              excludes="org/xml/sax/** 
  -                javax/xml/parsers/**
  +                javax/xml/**
                   org/w3c/dom/*
                   org/w3c/dom/events/**
                   org/w3c/dom/ls/**
  
  
  

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

Reply via email to