From: <mwl...@us...> - 2010-03-16 18:17:15
|
Revision: 1046 http://cishell.svn.sourceforge.net/cishell/?rev=1046&view=rev Author: mwlinnem Date: 2010-03-16 18:16:57 +0000 (Tue, 16 Mar 2010) Log Message: ----------- Added google collections. Modified Paths: -------------- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-03-16 18:14:54 UTC (rev 1045) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-03-16 18:16:57 UTC (rev 1046) @@ -176,6 +176,13 @@ <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> </antcall> + <antcall target="svn.co"> + <param name="target" value="plugins"/> + <param name="element.id" value="google-collections"/> + <param name="project.name" value="/libs/google-collections"/> + <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> + </antcall> + <antcall target="svn.co"> <param name="target" value="plugins"/> <param name="element.id" value="org.cishell.reference.service.database"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |