|
From: <mwl...@us...> - 2009-11-06 20:53:37
|
Revision: 978
http://cishell.svn.sourceforge.net/cishell/?rev=978&view=rev
Author: mwlinnem
Date: 2009-11-06 20:53:24 +0000 (Fri, 06 Nov 2009)
Log Message:
-----------
Added convertergraph (was in feature before, but not releng, which caused the build to fail).
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 2009-11-05 20:59:55 UTC (rev 977)
+++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2009-11-06 20:53:24 UTC (rev 978)
@@ -90,6 +90,7 @@
<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"/>
@@ -150,6 +151,12 @@
<param name="project.name" value="/clients/gui/org.cishell.reference.gui.scheduler"/>
<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.algorithm.convertergraph"/>
+ <param name="project.name" value="org.cishell.algorithm.convertergraph"/>
+ <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk/core/"/>
+ </antcall>
<antcall target="svn.co">
<param name="target" value="plugins"/>
<param name="element.id" value="org.prefuse.lib"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|