Update of /cvsroot/springnet/Spring.Net
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26786
Modified Files:
Spring.build
Log Message:
add back in placement of 'latest' spirng build under http://www.springframework.net/downloads/latest/bin/net
Index: Spring.build
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/Spring.build,v
retrieving revision 1.188
retrieving revision 1.189
diff -C2 -d -r1.188 -r1.189
*** Spring.build 20 Aug 2007 18:38:10 -0000 1.188
--- Spring.build 10 Sep 2007 02:23:35 -0000 1.189
***************
*** 802,806 ****
</exec>
- <!--
<echo message="extracting ${filetoupload} to downloads/latest"/>
<property name="extract.command" value="cd website/downloads/nightly/; ./update-latest.sh"/>
--- 802,805 ----
***************
*** 809,813 ****
<arg value="${extract.command}" />
</exec>
! -->
</target>
--- 808,812 ----
<arg value="${extract.command}" />
</exec>
!
</target>
|