Change nant distbin target to also remove ThirdParty/ source code when making binary distribution

user_profiles
Justin Clark-Casey (justincc) 2013-01-03 00:09:40 +00:00
parent 589e3e8686
commit 1945f0023a
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
<delete dir="${distbindir}/Prebuild"/>
<delete dir="${distbindir}/%temp%"/>
<delete dir="${distbindir}/.nant"/>
<delete dir="${distbindir}/ThirdParty"/>
<delete>
<fileset basedir="${distbindir}">
<include name="compile.bat"/>