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 2008/06/21 19:28:40 UTC

svn commit: r670234 - /xml/commons/trunk/java/external/build.xml

Author: mrglavas
Date: Sat Jun 21 10:28:40 2008
New Revision: 670234

URL: http://svn.apache.org/viewvc?rev=670234&view=rev
Log:
Updating build.xml for JAXP 1.4.

Modified:
    xml/commons/trunk/java/external/build.xml

Modified: xml/commons/trunk/java/external/build.xml
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/build.xml?rev=670234&r1=670233&r2=670234&view=diff
==============================================================================
--- xml/commons/trunk/java/external/build.xml (original)
+++ xml/commons/trunk/java/external/build.xml Sat Jun 21 10:28:40 2008
@@ -26,7 +26,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.04"/>
+  <property name="version" value="1.4.01"/>
   <property name="impl.version" value="${version}"/>
 
   <!-- Location of the system's temporary directory; all output sent here -->
@@ -40,7 +40,7 @@
   <property name="build.classes.dir" value="${build.dir}/classes" />
   <property name="build.docs.dir" value="${build.dir}/docs" />
   <property name="build.javadocs.dir" value="${build.docs.dir}/javadoc" />
-  <property name="external.javadoc.title" value="JAXP 1.3, DOM3, SAX2.0.2(sax2r3), SAC 1.3" />
+  <property name="external.javadoc.title" value="JAXP 1.4, DOM3, SAX2.0.2(sax2r3), StAX 1.0, SAC 1.3" />
 	
   <property name="dist.basename" value="${name.external}-${impl.version}" />