aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
Diffstat (limited to '.nant')
-rw-r--r--.nant/local.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/.nant/local.include b/.nant/local.include
index be79d1c..07421c8 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -5,9 +5,9 @@
5<!-- This target produces a source distribution of OpenSimulator --> 5<!-- This target produces a source distribution of OpenSimulator -->
6<!-- TODO: A few parameters still need to be tweaked after running this - need to do this automatically with sed or similar --> 6<!-- TODO: A few parameters still need to be tweaked after running this - need to do this automatically with sed or similar -->
7<target name="distsrc"> 7<target name="distsrc">
8 <copy file="bin/OpenSim.ini.example" tofile="bin/OpenSim.ini"/> 8 <copy file="config/OpenSim.ini.example" tofile="config/OpenSim.ini"/>
9 <copy file="bin/config-include/StandaloneCommon.ini.example" tofile="bin/config-include/StandaloneCommon.ini"/> 9 <copy file="config/config-include/StandaloneCommon.ini.example" tofile="config/config-include/StandaloneCommon.ini"/>
10 <copy file="bin/config-include/FlotsamCache.ini.example" tofile="bin/config-include/FlotsamCache.ini"/> 10 <copy file="config/config-include/FlotsamCache.ini.example" tofile="config/config-include/FlotsamCache.ini"/>
11 <!-- delete files generated by runprebuild.sh which had to be run in order to generate the build file for this target--> 11 <!-- delete files generated by runprebuild.sh which had to be run in order to generate the build file for this target-->
12 <delete> 12 <delete>
13 <fileset basedir="OpenSim"> 13 <fileset basedir="OpenSim">