make distribution creating code to copy FlotsamCache.ini.example to FlotsamCache.ini

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-09-24 00:18:32 +01:00
parent 53ffc7ff8c
commit 084df4b7ef
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<target name="distbin">
<copy file="bin/OpenSim.ini.example" tofile="bin/OpenSim.ini"/>
<copy file="bin/config-include/StandaloneCommon.ini.example" tofile="bin/config-include/StandaloneCommon.ini"/>
<copy file="bin/config-include/FlotsamCache.ini.example" tofile="bin/config-include/FlotsamCache.ini"/>
<delete dir="${distbindir}"/>
<copy todir="${distbindir}">
<fileset>