You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mo...@apache.org on 2002/05/02 22:03:21 UTC

cvs commit: jakarta-commons/latka build.xml

morgand     02/05/02 13:03:20

  Modified:    latka    build.xml
  Log:
  it appears that the name of the XPath class for JDOM has changed
  
  Revision  Changes    Path
  1.35      +2 -2      jakarta-commons/latka/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml	23 Apr 2002 17:52:22 -0000	1.34
  +++ build.xml	2 May 2002 20:03:20 -0000	1.35
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.34 2002/04/23 17:52:22 rwaldhoff Exp $ -->
  +<!-- $Id: build.xml,v 1.35 2002/05/02 20:03:20 morgand Exp $ -->
   <project name="commons-latka" default="build-java" basedir=".">
   
       <!-- patternset describing files to be copied from the doc directory -->
  @@ -106,7 +106,7 @@
           </path>
   
           <available property="jaxen.present" 
  -                   classname="org.jaxen.jdom.XPath">
  +                   classname="org.jaxen.jdom.JDOMXPath">
               <!-- We need a jaxen with JDOM support -->
               <classpath refid="classpath"/>
           </available>
  
  
  

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