fix nant related build break

slimupdates
Justin Clark-Casey (justincc) 2010-03-26 19:56:53 +00:00
parent fc2b137581
commit bcac984f5d
1 changed files with 1 additions and 2 deletions

View File

@ -36,10 +36,9 @@
<include name="bin/assets/**" />
<include name="bin/data/**" />
<include name="bin/OpenSim*xml" />
<!-- the next is to exclude built libs -->
<exclude name="bin/OpenSim.*dll" />
<include name="bin/OpenSim.ini" />
<include name="bin/defaultstripe.png" />
<exclude name="bin/OpenSim.*dll" />
</fileset>
</copy>
<touch file="${projectdir}/bin/startup_commands.txt" />