|
From: <mwl...@us...> - 2010-01-25 22:09:11
|
Revision: 1022
http://cishell.svn.sourceforge.net/cishell/?rev=1022&view=rev
Author: mwlinnem
Date: 2010-01-25 22:09:05 +0000 (Mon, 25 Jan 2010)
Log Message:
-----------
Added database stuff to 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-01-25 16:57:58 UTC (rev 1021)
+++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-01-25 22:09:05 UTC (rev 1022)
@@ -175,5 +175,26 @@
<param name="project.name" value="/core/org.cishell.utilities"/>
<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.service.database"/>
+ <param name="project.name" value="/core/org.cishell.reference.service.database"/>
+ <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.service.database"/>
+ <param name="project.name" value="/core/org.cishell.service.database"/>
+ <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.templates.database"/>
+ <param name="project.name" value="/templates/org.cishell.templates.database"/>
+ <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.
|