Author: toad
Date: 2007-05-14 12:35:08 +0000 (Mon, 14 May 2007)
New Revision: 13247
Modified:
branches/legacy/stable/build.xml
Log:
Make 0.5 buildable
Modified: branches/legacy/stable/build.xml
===================================================================
--- branches/legacy/stable/build.xml 2007-05-14 06:06:16 UTC (rev 13246)
+++ branches/legacy/stable/build.xml 2007-05-14 12:35:08 UTC (rev 13247)
@@ -49,7 +49,7 @@
<!-- =======================================================================
-->
<target name="get-extjar" unless="freenet-ext.present"
description="Download some external libraries which Freenet relies on">
- <get src="http://freenetproject.org/snapshots/freenet-ext.jar"
+ <get src="http://downloads.freenetproject.org/freenet-ext.jar"
dest="${freenet-ext.location}"
verbose="true"
usetimestamp="true"/>
@@ -59,7 +59,7 @@
<!-- =======================================================================
-->
<target name="get-seednodes" unless="seednodes.present"
description="Download some seednodes from a well-known location">
- <get
src="http://freenetproject.org/snapshots/seednodes.ref.bz2"
+ <get
src="http://downloads.freenetproject.org/seednodes/seednodes.ref.bz2"
dest="${dist}/seednodes.ref.bz2"
verbose="true"
usetimestamp="true"/>