You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2002/09/19 00:05:04 UTC

cvs commit: xml-xerces/java build.xml

elena       2002/09/18 15:05:04

  Modified:    java     build.xml
  Log:
  DOM Level 3 Xpath should be included in xercesImpl.jar
  
  Revision  Changes    Path
  1.98      +4 -1      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.xml	27 Aug 2002 16:07:50 -0000	1.97
  +++ build.xml	18 Sep 2002 22:05:03 -0000	1.98
  @@ -225,6 +225,7 @@
            compress="true"
            includes="org/apache/**, META-INF/**
                      org/w3c/dom/ls/**
  +	           org/w3c/dom/xpath/**
                      org/w3c/dom/DOMError.class
                      org/w3c/dom/DOMErrorHandler.class
                      org/w3c/dom/DOMImplementationSource.class
  @@ -242,6 +243,7 @@
            compress="true"
            includes="org/xml/**, org/w3c/**, javax/**"
            excludes="org/w3c/dom/ls/**
  +                   org/w3c/dom/xpath/**
                      org/w3c/dom/DOMError.class
                      org/w3c/dom/DOMErrorHandler.class
                      org/w3c/dom/DOMImplementationSource.class
  @@ -823,6 +825,7 @@
            compress="true"
            includes="org/apache/**, META-INF/**
                      org/w3c/dom/ls/**
  +	           org/w3c/dom/xpath/**
                      org/w3c/dom/DOMError.class
                      org/w3c/dom/DOMErrorHandler.class
                      org/w3c/dom/DOMImplementationSource.class
  
  
  

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