aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2011-10-11 22:53:30 +0100
committerMelanie2011-10-11 22:53:30 +0100
commitfbe9216695e458f96c89df0020c7f707b1d009dd (patch)
tree14cf220bb6a52135a249d02be484b3e3f7454cde
parentMerge commit 'bec0cbe82b0de1b5fa8e214a0cc59d0db1f25959' into bigmerge (diff)
parentmake distribution creating code to copy FlotsamCache.ini.example to FlotsamCa... (diff)
downloadopensim-SC_OLD-fbe9216695e458f96c89df0020c7f707b1d009dd.zip
opensim-SC_OLD-fbe9216695e458f96c89df0020c7f707b1d009dd.tar.gz
opensim-SC_OLD-fbe9216695e458f96c89df0020c7f707b1d009dd.tar.bz2
opensim-SC_OLD-fbe9216695e458f96c89df0020c7f707b1d009dd.tar.xz
Merge commit 'def74404f1ea6b2a0f479c602fd67bcfced41426' into bigmerge
-rw-r--r--.nant/local.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index b11c1e5..e5efb67 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -8,6 +8,7 @@
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 <copy file="bin/config-include/StandaloneCommon.ini.example" tofile="bin/config-include/StandaloneCommon.ini"/>
11 <copy file="bin/config-include/FlotsamCache.ini.example" tofile="bin/config-include/FlotsamCache.ini"/>
11 <delete dir="${distbindir}"/> 12 <delete dir="${distbindir}"/>
12 <copy todir="${distbindir}"> 13 <copy todir="${distbindir}">
13 <fileset> 14 <fileset>