aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-04 00:46:34 +1000
committerDavid Walter Seikel2016-11-04 00:46:34 +1000
commit58783a5216b81863988110174229a65ceb315e1e (patch)
tree74d08dcd7e127f288cd7a8026c776385a738d484 /.nant
parentEven OpenSim removed the silly IAR avatar presence check. Purge it with fire. (diff)
downloadopensim-SC-58783a5216b81863988110174229a65ceb315e1e.zip
opensim-SC-58783a5216b81863988110174229a65ceb315e1e.tar.gz
opensim-SC-58783a5216b81863988110174229a65ceb315e1e.tar.bz2
opensim-SC-58783a5216b81863988110174229a65ceb315e1e.tar.xz
Attempt to move everything writable, and the configs, out of the bin directory.
Log configs are still in the bin directory.
Diffstat (limited to '.nant')
-rw-r--r--.nant/local.include10
1 files changed, 5 insertions, 5 deletions
diff --git a/.nant/local.include b/.nant/local.include
index c207944..7663748 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">
@@ -55,8 +55,8 @@
55 <include name="runprebuild*"/> 55 <include name="runprebuild*"/>
56 <include name="TESTING.txt"/> 56 <include name="TESTING.txt"/>
57 <include name="TestResult.xml"/> 57 <include name="TestResult.xml"/>
58 <include name="bin/OpenSim.Server.ini"/> 58 <include name="config/OpenSim.Server.ini"/>
59 <include name="bin/Regions/Regions.ini"/> 59 <include name="config/Regions/Regions.ini"/>
60 <include name="bin/*.db"/> 60 <include name="bin/*.db"/>
61 <include name="**/.git/**"/> 61 <include name="**/.git/**"/>
62 <include name=".gitignore"/> 62 <include name=".gitignore"/>