From: <bh...@us...> - 2007-12-17 19:53:23
|
Revision: 580 http://cishell.svn.sourceforge.net/cishell/?rev=580&view=rev Author: bh2 Date: 2007-12-17 11:53:09 -0800 (Mon, 17 Dec 2007) Log Message: ----------- added svn checkout of new brand feature in the releng project 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 2007-12-17 19:51:32 UTC (rev 579) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2007-12-17 19:53:09 UTC (rev 580) @@ -84,6 +84,12 @@ <param name="project.name" value="/deployment/org.cishell.reference.gui.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.gui.brand.feature"/> + <param name="project.name" value="/deployment/org.cishell.reference.gui.brand.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.gui.brand.cishell"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |