<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description><h3>Description</h3>
Downloads Hudson updates from <a href="https://developer.symbian.org/oss/FCL/interim/fbf/hudson/"/>https://developer.symbian.org/oss/FCL/interim/fbf/hudson/</a>
<br><br>
<b>WARNING:</b> Running this will overwrite any local changes that you may have made. If you wish to preserve a locally modified project, then back it up first</description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.plugins.mercurial.MercurialSCM">
<source>https://developer.symbian.org/oss/FCL/interim/fbf/hudson/</source>
<modules></modules>
<clean>false</clean>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector"/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.BatchFile>
<command>cd /d %HUDSON_HOME%
IF NOT EXIST %HUDSON_HOME%\downloaded\.hg GOTO CLONECONFIGS
hg pull -R downloaded
hg update -R downloaded
GOTO FINISH
:CLONECONFIGS
cd /d %HUDSON_HOME%
hg clone https://developer.symbian.org/oss/FCL/interim/fbf/hudson/ downloaded
:FINISH
xcopy /s /y downloaded jobs
exit 0</command>
</hudson.tasks.BatchFile>
</builders>
<publishers/>
<buildWrappers/>
</project>