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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to