You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2009/01/02 19:58:40 UTC

svn commit: r730813 - /xerces/java/branches/xml-schema-1.1-dev/build.xml

Author: mrglavas
Date: Fri Jan  2 10:58:40 2009
New Revision: 730813

URL: http://svn.apache.org/viewvc?rev=730813&view=rev
Log:
Adding META-INF/services/javax.xml.stream.XMLEventFactory to xercesImpl.jar.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/build.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/build.xml?rev=730813&r1=730812&r2=730813&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Fri Jan  2 10:58:40 2009
@@ -189,6 +189,9 @@
     <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/stax/javax.xml.stream.XMLEventFactory"
+      tofile="${build.dest}/META-INF/services/javax.xml.stream.XMLEventFactory"/>
+
     <copy file="${src.dir}/org/apache/xerces/parsers/org.xml.sax.driver"
       tofile="${build.dest}/META-INF/services/org.xml.sax.driver"/>
     



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