You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2005/07/22 20:21:58 UTC

cvs commit: xml-commons/java/external build.xml

mrglavas    2005/07/22 11:21:58

  Modified:    java/external build.xml
  Log:
  Incrementing the version number to 1.3.02. This should be the version
  of xml-commons-external which ships with Xerces-J 2.7.1 and Xalan-J 2.7.0.
  
  Revision  Changes    Path
  1.14      +2 -2      xml-commons/java/external/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/external/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	4 Jun 2005 03:20:07 -0000	1.13
  +++ build.xml	22 Jul 2005 18:21:58 -0000	1.14
  @@ -25,7 +25,7 @@
     <property name="name.external" value="xml-commons-external"/>
     <property name="impl.name" value="XmlCommonsExternal"/>
     <!-- If no external version is provided, don't use one -->
  -  <property name="version" value="1.3.01"/>
  +  <property name="version" value="1.3.02"/>
     <property name="impl.version" value="${version}"/>
   
     <!-- Location of the system's temporary directory; all output sent here -->