You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2002/06/28 12:22:46 UTC

cvs commit: jakarta-avalon-excalibur/xmlbundle build.xml

crafterm    2002/06/28 03:22:46

  Modified:    xmlbundle build.xml
  Log:
  Updated build.xml to check for org.jaxen.dom.DOMXPath rather than
  org.jaxen.dom.XPath (org.jaxen.dom.XPath doesn't exist in the new jaxen jar,
  and was preventing it from being built).
  
  Revision  Changes    Path
  1.22      +1 -1      jakarta-avalon-excalibur/xmlbundle/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	22 Jun 2002 16:35:03 -0000	1.21
  +++ build.xml	28 Jun 2002 10:22:46 -0000	1.22
  @@ -52,7 +52,7 @@
           <available property="xpath.present" classname="org.apache.xpath.XPathAPI">
               <classpath refid="project.class.path"/>
           </available>
  -        <available property="jaxen.present" classname="org.jaxen.dom.XPath">
  +        <available property="jaxen.present" classname="org.jaxen.dom.DOMXPath">
               <classpath refid="project.class.path"/>
           </available>
           <available property="jtidy.present" classname="org.w3c.tidy.Tidy">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>