diff options
author | Justin Clark-Casey | 2010-05-15 02:07:07 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2010-05-15 02:07:07 +0100 |
commit | df2f69f295a16a0e3de510de566d8bb607c9664d (patch) | |
tree | 0e1456f514be2aac4c28a9a894fbd007c745c711 | |
parent | Address symptom of Mantis 4588 (though not the cause) by moving the avatar de... (diff) | |
download | opensim-SC_OLD-df2f69f295a16a0e3de510de566d8bb607c9664d.zip opensim-SC_OLD-df2f69f295a16a0e3de510de566d8bb607c9664d.tar.gz opensim-SC_OLD-df2f69f295a16a0e3de510de566d8bb607c9664d.tar.bz2 opensim-SC_OLD-df2f69f295a16a0e3de510de566d8bb607c9664d.tar.xz |
Make "nant distbin" remove BUILDING.txt
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index b78b3ef..97353e0 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.*"/> |