From: <mwl...@us...> - 2010-03-16 22:37:07
|
Revision: 1048 http://cishell.svn.sourceforge.net/cishell/?rev=1048&view=rev Author: mwlinnem Date: 2010-03-16 22:37:00 +0000 (Tue, 16 Mar 2010) Log Message: ----------- Added missing commons_dbcp and commons_pool dependencies. Could this solve the build problem entirely? 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:04:02 UTC (rev 1047) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-03-16 22:37:00 UTC (rev 1048) @@ -78,6 +78,18 @@ <param name="project.name" value="/libs/org.apache.commons.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="commons_dbcp"/> + <param name="project.name" value="/libs/commons_dbcp"/> + <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="commons_pool"/> + <param name="project.name" value="/libs/commons_pool"/> + <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. |