You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by fa...@apache.org on 2018/10/02 22:22:07 UTC

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

Author: fanningpj
Date: Tue Oct  2 22:22:07 2018
New Revision: 1842662

URL: http://svn.apache.org/viewvc?rev=1842662&view=rev
Log:
use http address for saxon to try to fix builds.apache.org build

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1842662&r1=1842661&r2=1842662&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Tue Oct  2 22:22:07 2018
@@ -20,7 +20,7 @@
     <property name="javac.target" value="1.6"/>
 
     <property name="version.base" value="3.0.2"/>
-    <property name="version.rc" value="-rc1"/>
+    <property name="version.rc" value=""/>
 
     <!-- manifest entries -->
     <property name="manifest.name" value="org/apache/xmlbeans/"/>
@@ -118,7 +118,7 @@
             http://easynews.dl.sourceforge.net/sourceforge/saxon/saxonb8-8j.zip
         -->
         <get dest="external/lib/saxonb9-0-0-4j.zip"
-            src="https://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip"
+            src="http://master.dl.sourceforge.net/project/saxon/OldFiles/9.0/9.0.0.4/saxonb9-0-0-4j.zip"
             verbose="true" usetimestamp="true" ignoreerrors="true"/>
         <unzip src="external/lib/saxonb9-0-0-4j.zip" dest="external/lib/">
             <patternset>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org