Author: toad
Date: 2006-03-31 17:11:40 +0000 (Fri, 31 Mar 2006)
New Revision: 8402
Modified:
trunk/apps/installer/build.xml
Log:
don't start a browser on 127.0.0.1:8888, only on the wiki page
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-03-31 16:41:44 UTC (rev 8401)
+++ trunk/apps/installer/build.xml 2006-03-31 17:11:40 UTC (rev 8402)
@@ -206,9 +206,6 @@
<echo message="Starting the node up"/>
<sleep seconds="10"/>
- <java classpath="${basedir}/browser.jar"
classname="BareBonesBrowserLaunch" failonerror="false" fork="true"
logError="true">
- <arg value="http://localhost:${fproxyport}/"/>
- </java>
</target>
<target name="start_browser">