aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-26 19:56:53 +0000
committerJustin Clark-Casey (justincc)2010-03-26 19:56:53 +0000
commitbcac984f5d7d57db46a7459dc238481929d22a3e (patch)
tree088ada4f739397025453410a9b0561bc733ab902 /.nant/local.include
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-bcac984f5d7d57db46a7459dc238481929d22a3e.zip
opensim-SC_OLD-bcac984f5d7d57db46a7459dc238481929d22a3e.tar.gz
opensim-SC_OLD-bcac984f5d7d57db46a7459dc238481929d22a3e.tar.bz2
opensim-SC_OLD-bcac984f5d7d57db46a7459dc238481929d22a3e.tar.xz
fix nant related build break
Diffstat (limited to '')
-rw-r--r--.nant/local.include3
1 files changed, 1 insertions, 2 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 3da7c1c..0f3b9cd 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -36,10 +36,9 @@
36 <include name="bin/assets/**" /> 36 <include name="bin/assets/**" />
37 <include name="bin/data/**" /> 37 <include name="bin/data/**" />
38 <include name="bin/OpenSim*xml" /> 38 <include name="bin/OpenSim*xml" />
39 <!-- the next is to exclude built libs -->
40 <exclude name="bin/OpenSim.*dll" />
41 <include name="bin/OpenSim.ini" /> 39 <include name="bin/OpenSim.ini" />
42 <include name="bin/defaultstripe.png" /> 40 <include name="bin/defaultstripe.png" />
41 <exclude name="bin/OpenSim.*dll" />
43 </fileset> 42 </fileset>
44 </copy> 43 </copy>
45 <touch file="${projectdir}/bin/startup_commands.txt" /> 44 <touch file="${projectdir}/bin/startup_commands.txt" />