From: <wbi...@us...> - 2010-01-28 01:27:34
|
Revision: 325 http://structuremap.svn.sourceforge.net/structuremap/?rev=325&view=rev Author: wbinford Date: 2010-01-28 01:27:28 +0000 (Thu, 28 Jan 2010) Log Message: ----------- Modified cruise.build to copy the license.txt file to the deploy folder in the post-clean target. Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2010-01-08 21:06:26 UTC (rev 324) +++ trunk/cruise.build 2010-01-28 01:27:28 UTC (rev 325) @@ -134,6 +134,7 @@ <copy todir="deploy" file="bin\Rhino.Mocks.dll"/> <copy todir="deploy" file="StructureMap.chm"/> + <copy todir="deploy" file="LICENSE.TXT"/> <copy todir="deploy" file="Source\StructureMapDoctor\bin\${project.config}\StructureMapDoctor.exe" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |