From: <bo...@us...> - 2014-11-24 13:36:42
|
Revision: 548 http://sourceforge.net/p/xmlunit/code/548 Author: bodewig Date: 2014-11-24 13:36:39 +0000 (Mon, 24 Nov 2014) Log Message: ----------- create .NET distribution ZIP in a different place Modified Paths: -------------- trunk/xmlunit/xmlunit.nant.build Modified: trunk/xmlunit/xmlunit.nant.build =================================================================== --- trunk/xmlunit/xmlunit.nant.build 2014-11-24 13:34:14 UTC (rev 547) +++ trunk/xmlunit/xmlunit.nant.build 2014-11-24 13:36:39 UTC (rev 548) @@ -167,8 +167,8 @@ <target name="deploy" description="zip all code for deployment" depends="test"> - <delete file="${deploy.file}" failonerror="false"/> - <zip zipfile="${deploy.file}"> + <delete file="${build.dir}/${deploy.file}" failonerror="false"/> + <zip zipfile="${build.dir}/${deploy.file}"> <fileset basedir="${base.dir}"> <include name="LICENSE.txt"/> <include name="NUnit.ReadMe"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |