aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorJustin Clark-Casey2010-05-15 02:07:07 +0100
committerJustin Clark-Casey (justincc)2010-05-15 02:08:07 +0100
commit009b15c43652e112acb111ddc49afb1ecb2bc37a (patch)
tree1ea705f1553d6d688976ae275b5abd66dad1a416 /.nant/local.include
parentAddress symptom of Mantis 4588 (though not the cause) by moving the avatar de... (diff)
downloadopensim-SC_OLD-009b15c43652e112acb111ddc49afb1ecb2bc37a.zip
opensim-SC_OLD-009b15c43652e112acb111ddc49afb1ecb2bc37a.tar.gz
opensim-SC_OLD-009b15c43652e112acb111ddc49afb1ecb2bc37a.tar.bz2
opensim-SC_OLD-009b15c43652e112acb111ddc49afb1ecb2bc37a.tar.xz
Make "nant distbin" remove BUILDING.txt
Diffstat (limited to '')
-rw-r--r--.nant/local.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 1e8bedc..14fd3c0 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -20,6 +20,7 @@
20 <delete dir="${distbindir}/.nant"/> 20 <delete dir="${distbindir}/.nant"/>
21 <delete> 21 <delete>
22 <fileset basedir="${distbindir}"> 22 <fileset basedir="${distbindir}">
23 <include name="BUILDING.txt"/>
23 <include name="Makefile"/> 24 <include name="Makefile"/>
24 <include name="nant-color"/> 25 <include name="nant-color"/>
25 <include name="OpenSim.*"/> 26 <include name="OpenSim.*"/>