Revision: 770
http://cishell.svn.sourceforge.net/cishell/?rev=770&view=rev
Author: mwlinnem
Date: 2008-04-02 12:11:43 -0700 (Wed, 02 Apr 2008)
Log Message:
-----------
Added user-adjustable preferences plugins to the build system
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 2008-04-02 19:05:43 UTC (rev 769)
+++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2008-04-02 19:11:43 UTC (rev 770)
@@ -44,6 +44,12 @@
</antcall>
<antcall target="svn.co">
<param name="target" value="plugins"/>
+ <param name="element.id" value="org.cishell.reference.prefs.admin"/>
+ <param name="project.name" value="/core/org.cishell.reference.prefs.admin"/>
+ <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.autostart"/>
<param name="project.name" value="/core/org.cishell.service.autostart"/>
<param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/>
@@ -116,6 +122,12 @@
</antcall>
<antcall target="svn.co">
<param name="target" value="plugins"/>
+ <param name="element.id" value="org.cishell.reference.gui.prefs.swt"/>
+ <param name="project.name" value="/clients/gui/org.cishell.reference.gui.prefs.swt"/>
+ <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.gui.workspace"/>
<param name="project.name" value="/clients/gui/org.cishell.reference.gui.workspace"/>
<param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|