From: <mwl...@us...> - 2010-03-19 18:47:34
|
Revision: 1053 http://cishell.svn.sourceforge.net/cishell/?rev=1053&view=rev Author: mwlinnem Date: 2010-03-19 18:47:28 +0000 (Fri, 19 Mar 2010) Log Message: ----------- Added database.feature to main CIShell build (surely this...) 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-19 18:40:20 UTC (rev 1052) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-03-19 18:47:28 UTC (rev 1053) @@ -30,6 +30,12 @@ <param name="project.name" value="/deployment/org.cishell.reference.feature"/> <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> </antcall> + <antcall target="svn.co"> + <param name="target" value="features"/> + <param name="element.id" value="org.cishell.reference.database.feature"/> + <param name="project.name" value="/deployment/org.cishell.reference.database.feature"/> + <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"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |