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

This commit is contained in:
Justin Clark-Casey (justincc)
2013-01-03 00:09:40 +00:00
parent 589e3e8686
commit 1945f0023a

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"/>