Author: nextgens
Date: 2006-04-02 12:43:30 +0000 (Sun, 02 Apr 2006)
New Revision: 8430
Modified:
trunk/apps/installer/build.xml
trunk/apps/installer/installclasspath/config/freenet.ini
Log:
installer: YetAnotherOne
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-04-02 12:32:36 UTC (rev 8429)
+++ trunk/apps/installer/build.xml 2006-04-02 12:43:30 UTC (rev 8430)
@@ -57,8 +57,8 @@
<condition property="myHostName" else="${hostName}" value="">
<equals arg1="${hostName}" arg2=""/>
</condition>
- <condition property="Testnet" value="${enableTestnet}"
else="true">
- <isset property="enableTestnet" />
+ <condition property="Testnet"
else="node.testnet.enabled=${enableTestnet}" value="node.testnet.enabled=true">
+ <equals arg1="${enableTestnet}" arg2=""/>
</condition>
<condition property="SNMP" else="snmp.enabled=${enableSNMP}"
value="snmp.enabled=false">
<equals arg1="${enableSNMP}" arg2=""/>
Modified: trunk/apps/installer/installclasspath/config/freenet.ini
===================================================================
--- trunk/apps/installer/installclasspath/config/freenet.ini 2006-04-02
12:32:36 UTC (rev 8429)
+++ trunk/apps/installer/installclasspath/config/freenet.ini 2006-04-02
12:43:30 UTC (rev 8430)
@@ -3,7 +3,7 @@
node.storeSize=@dsSize@
@portnumber@
node.name=@nodename@
-node.testnet.enabled=@enabletestnet@
+ at enabletestnet@
@enablefcp@
fcp.port=@fcpport@
logger.maxZippedLogsSize=1G