From: <fli...@us...> - 2010-01-08 21:00:05
|
Revision: 323 http://structuremap.svn.sourceforge.net/structuremap/?rev=323&view=rev Author: flimflan Date: 2010-01-08 20:59:52 +0000 (Fri, 08 Jan 2010) Log Message: ----------- Added 'release' target in build for http://hornget.net support Modified Paths: -------------- branches/2.5.4/cruise.build Modified: branches/2.5.4/cruise.build =================================================================== --- branches/2.5.4/cruise.build 2010-01-06 23:28:45 UTC (rev 322) +++ branches/2.5.4/cruise.build 2010-01-08 20:59:52 UTC (rev 323) @@ -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. |