From: <mwl...@us...> - 2010-03-16 22:42:46
|
Revision: 1049 http://cishell.svn.sourceforge.net/cishell/?rev=1049&view=rev Author: mwlinnem Date: 2010-03-16 22:42:41 +0000 (Tue, 16 Mar 2010) Log Message: ----------- Added hsqldb and derbylib. Maybe THIS will fix the CIShell build. 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 22:37:00 UTC (rev 1048) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-03-16 22:42:41 UTC (rev 1049) @@ -89,7 +89,19 @@ <param name="element.id" value="commons_pool"/> <param name="project.name" value="/libs/commons_pool"/> <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> - </antcall> + </antcall> + <antcall target="svn.co"> + <param name="target" value="plugins"/> + <param name="element.id" value="derbylib"/> + <param name="project.name" value="/libs/derbylib"/> + <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="hsqldb"/> + <param name="project.name" value="/libs/hsqldb"/> + <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="cern.colt"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |