diff options
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/local.include b/.nant/local.include index 2591aba..b78b3ef 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -7,8 +7,8 @@ | |||
7 | <property name="distbindir" value="distbin" /> | 7 | <property name="distbindir" value="distbin" /> |
8 | <target name="distbin"> | 8 | <target name="distbin"> |
9 | <copy file="bin/OpenSim.ini.example" tofile="bin/OpenSim.ini"/> | 9 | <copy file="bin/OpenSim.ini.example" tofile="bin/OpenSim.ini"/> |
10 | <copy file="bin/config-include/StandaloneCommon.ini.example" tofile="bin/config-include/StandaloneCommon.ini"/> | ||
10 | <delete dir="${distbindir}"/> | 11 | <delete dir="${distbindir}"/> |
11 | <!-- <copy file="*" todir="${distbindir}"/> --> | ||
12 | <copy todir="${distbindir}"> | 12 | <copy todir="${distbindir}"> |
13 | <fileset> | 13 | <fileset> |
14 | <include name="**"/> | 14 | <include name="**"/> |