diff options
author | Melanie | 2010-06-07 05:23:52 +0100 |
---|---|---|
committer | Melanie | 2010-06-07 05:23:52 +0100 |
commit | cc2622660bad93ef46844476e434b6640a3a3643 (patch) | |
tree | aa0b0f36bcbfb9bd44fe396e1cd98f8de26f2255 /.nant/local.include | |
parent | Gosh, fixing another nullref issue in cmGetAvatarList. I deserve spanks. (diff) | |
parent | Revert "commit code which stops full updates being fired multiple times when ... (diff) | |
download | opensim-SC-cc2622660bad93ef46844476e434b6640a3a3643.zip opensim-SC-cc2622660bad93ef46844476e434b6640a3a3643.tar.gz opensim-SC-cc2622660bad93ef46844476e434b6640a3a3643.tar.bz2 opensim-SC-cc2622660bad93ef46844476e434b6640a3a3643.tar.xz |
Merge branch '0.6.9-post-fixes' into careminster
Diffstat (limited to '.nant/local.include')
-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 94398a2..3db063b 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="**"/> |