You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2011/08/14 23:23:03 UTC

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

Author: mrglavas
Date: Sun Aug 14 21:23:03 2011
New Revision: 1157673

URL: http://svn.apache.org/viewvc?rev=1157673&view=rev
Log:
JIRA Issue #85: http://issues.apache.org/jira/browse/XMLCOMMONS-85. Updating build.xml for StAX 1.2.

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=1157673&r1=1157672&r2=1157673&view=diff
==============================================================================
--- xml/commons/trunk/java/external/build.xml (original)
+++ xml/commons/trunk/java/external/build.xml Sun Aug 14 21:23:03 2011
@@ -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.4.01"/>
+  <property name="version" value="1.4.02"/>
   <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.4, DOM3, SAX2.0.2(sax2r3), StAX 1.0, SAC 1.3" />
+  <property name="external.javadoc.title" value="JAXP 1.4, DOM3, SAX2.0.2(sax2r3), StAX 1.2, SAC 1.3" />
 	
   <property name="dist.basename" value="${name.external}-${impl.version}" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org