You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2005/05/12 04:31:42 UTC

svn commit: r169746 - /xmlbeans/trunk/build.xml

Author: cezar
Date: Wed May 11 19:31:42 2005
New Revision: 169746

URL: http://svn.apache.org/viewcvs?rev=169746&view=rev
Log:
Contributed by Rajiv Balachandran. Fixing saxon download url

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/build.xml?rev=169746&r1=169745&r2=169746&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Wed May 11 19:31:42 2005
@@ -88,8 +88,11 @@
 
     <target name="saxon8.jar" depends="check.saxon8.jar, dirs"
         unless="saxon8.jar.exists">
+	<!-- other saxon urls 
+		http://voxel.dl.sourceforge.net/sourceforge/saxon/saxonb8-1.zip
+	-->
         <get dest="external/lib/saxonb8-1.zip"
-            src="http://voxel.dl.sourceforge.net/sourceforge/saxon/saxonb8-1.zip"
+	    src="http://easynews.dl.sourceforge.net/sourceforge/saxon/saxonb8-1.zip"
             verbose="true" usetimestamp="true" ignoreerrors="true"/>
         <unzip src="external/lib/saxonb8-1.zip" dest="external/lib/">
             <patternset>



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