Author: nextgens
Date: 2006-08-06 09:19:51 +0000 (Sun, 06 Aug 2006)
New Revision: 9925
Modified:
trunk/apps/installer/antinstall-config.xml
trunk/apps/installer/build.xml
Log:
new old_installer
Modified: trunk/apps/installer/antinstall-config.xml
===================================================================
--- trunk/apps/installer/antinstall-config.xml 2006-08-06 09:13:44 UTC (rev
9924)
+++ trunk/apps/installer/antinstall-config.xml 2006-08-06 09:19:51 UTC (rev
9925)
@@ -105,7 +105,7 @@
displayText="BE CAREFULL : we can't ensure they are
valid nor up to date"/>
<file
property="freenet-cvs-snapshot.location"
- defaultValue="/path/to/freenet-cvs-snapshot.jar"
+
defaultValue="/path/to/freenet-stable-latest.jar"
displayText="Freenet core file :"
checkExists="true"
create="false"/>
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-08-06 09:13:44 UTC (rev 9924)
+++ trunk/apps/installer/build.xml 2006-08-06 09:19:51 UTC (rev 9925)
@@ -142,7 +142,7 @@
<replace file="${installDir}/welcome.html">
<replacefilter token="@port@" value="${fproxyport}"/>
</replace>
- <copy file="${basedir}/freenet-cvs-snapshot.jar"
tofile="${installDir}/freenet-cvs-snapshot.jar" failonerror="false"/>
+ <copy file="${basedir}/freenet-stable-latest.jar"
tofile="${installDir}/freenet-cvs-snapshot.jar" failonerror="false"/>
<copy file="${basedir}/freenet-ext.jar"
tofile="${installDir}/freenet-ext.jar" failonerror="false"/>
<property name="freenet-cvs-snapshot.location" value="true"/>
<property name="freenet-ext.location" value="true"/>
@@ -315,7 +315,7 @@
<target name="tgmain" unless="offline">
<echo message="Downloading core components"/>
<java classpath="${basedir}/sha1test.jar" classname="Sha1Test"
failonerror="true" fork="true" resultproperty="freenet-cvs-snapshot.verified"
logError="true">
- <arg value="freenet-cvs-snapshot.jar"/>
+ <arg value="freenet-stable-latest.jar"/>
</java>
</target>