You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ra...@apache.org on 2006/03/10 02:37:07 UTC

svn commit: r384669 - in /xmlbeans/trunk/test/perf: build.xml download.properties

Author: radup
Date: Thu Mar  9 17:36:50 2006
New Revision: 384669

URL: http://svn.apache.org/viewcvs?rev=384669&view=rev
Log:
xerces download url has changed; also update to latest xerces version

Modified:
    xmlbeans/trunk/test/perf/build.xml
    xmlbeans/trunk/test/perf/download.properties

Modified: xmlbeans/trunk/test/perf/build.xml
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/test/perf/build.xml?rev=384669&r1=384668&r2=384669&view=diff
==============================================================================
--- xmlbeans/trunk/test/perf/build.xml (original)
+++ xmlbeans/trunk/test/perf/build.xml Thu Mar  9 17:36:50 2006
@@ -118,7 +118,7 @@
 	<property name="v2.zip" value="${v2.dir}/${v2.lib.name}"/>
 
 	<!-- xerces -->
-	<property name="xercesImpl.jar" value="${xerces.dir}/xerces-2_7_1/xercesImpl.jar"/>
+	<property name="xercesImpl.jar" value="${xerces.dir}/xerces-2_8_0/xercesImpl.jar"/>
 	<property name="xerces.zip" value="${xerces.dir}/${xerces.lib.name}"/>
 
 	<!-- parser test xml instances zip -->

Modified: xmlbeans/trunk/test/perf/download.properties
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/test/perf/download.properties?rev=384669&r1=384668&r2=384669&view=diff
==============================================================================
--- xmlbeans/trunk/test/perf/download.properties (original)
+++ xmlbeans/trunk/test/perf/download.properties Thu Mar  9 17:36:50 2006
@@ -25,8 +25,8 @@
 v1.url=http://www.apache.org/dist/xml/xmlbeans/v1.0.3/bin/xmlbeans-1.0.3.zip
 v1.lib.name=xmlbeans-1.0.3.zip
 
-xerces.url=http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.7.1.zip
-xerces.lib.name=Xerces-J-bin.2.7.1.zip
+xerces.url=http://archive.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.0.zip
+xerces.lib.name=Xerces-J-bin.2.8.0.zip
 
 v2.url=http://apache.tradebit.com/pub/xmlbeans/binaries/xmlbeans-2.0.0.zip
 v2.lib.name=xmlbeans-2.0.0.zip



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