Author: nextgens
Date: 2006-03-31 18:38:04 +0000 (Fri, 31 Mar 2006)
New Revision: 8412
Modified:
trunk/apps/installer/build.xml
Log:
installer: should be fixed now
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-03-31 18:09:28 UTC (rev 8411)
+++ trunk/apps/installer/build.xml 2006-03-31 18:38:04 UTC (rev 8412)
@@ -114,7 +114,7 @@
</replace>
</target>
- <target name="default"
depends="pre,config_default,tgmain,tgext,darknet,testnet,copy,windows,windows-start,unix,unix-start,frost,start_browser">
+ <target name="default"
depends="pre,config_default,tgmain,tgext,darknet,testnet,copy,windows,unix,final_config,windows-start,unix-start,frost,start_browser">
</target>
<target name="copy">
@@ -250,7 +250,7 @@
<echo message="Installing Source files"/>
</target>
- <target name="cleanuptarget" depends="default,final_config">
+ <target name="cleanuptarget" depends="default">
<delete dir="${basedir}/temp"/>
</target>
</project>