From: <fli...@us...> - 2010-01-08 21:06:33
|
Revision: 324 http://structuremap.svn.sourceforge.net/structuremap/?rev=324&view=rev Author: flimflan Date: 2010-01-08 21:06:26 +0000 (Fri, 08 Jan 2010) Log Message: ----------- Added 'release' target in build for http://hornget.net support Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2010-01-08 20:59:52 UTC (rev 323) +++ trunk/cruise.build 2010-01-08 21:06:26 UTC (rev 324) @@ -8,6 +8,7 @@ <property name="project.config" value="release" /> <property name="archive.dir" value="archive"/> <target name="all" depends="compile, unit-test, post-clean"/> + <target name="release" depends="compile, post-clean"/> <target name="ci" depends="compile, unit-test, post-clean, archive" /> <target name="pre-clean"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |