You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/08/09 17:34:44 UTC

cvs commit: jakarta-commons-sandbox/jelly project.xml

jstrachan    2002/08/09 08:34:44

  Modified:    jelly    project.xml
  Log:
  used latest dom4j build which fixes the <x:if test=""> and <assert xpath=""/> use cases due to an old Jaxen bug with boolean evaluations of XPath expressions.
  
  Revision  Changes    Path
  1.51      +1 -1      jakarta-commons-sandbox/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- project.xml	1 Aug 2002 09:53:18 -0000	1.50
  +++ project.xml	9 Aug 2002 15:34:44 -0000	1.51
  @@ -141,7 +141,7 @@
   
       <dependency>
         <id>dom4j</id>
  -      <version>1.4-dev-6</version>
  +      <version>1.4-dev-7</version>
       </dependency>
   
       <dependency>
  
  
  

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