From: <mwl...@us...> - 2009-07-17 21:56:21
|
Revision: 888 http://cishell.svn.sourceforge.net/cishell/?rev=888&view=rev Author: mwlinnem Date: 2009-07-17 21:56:16 +0000 (Fri, 17 Jul 2009) Log Message: ----------- Adding org.cishell.utilities to build system. This should right the wrong of having a NWB-repository dependency in CIShell. Modified Paths: -------------- trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2009-07-17 21:25:53 UTC (rev 887) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2009-07-17 21:56:16 UTC (rev 888) @@ -107,4 +107,11 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.cishell.utilities" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2009-07-17 21:25:53 UTC (rev 887) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2009-07-17 21:56:16 UTC (rev 888) @@ -162,5 +162,11 @@ <param name="project.name" value="/libs/jythonlib"/> <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.utilities"/> + <param name="project.name" value="/core/org.cishell.utilities"/> + <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> + </antcall> </target> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |