2
<!-- This is your CruiseControl.NET Server Configuration file. Add your projects below! -->
3
<project name="myproject">
4
<sourcecontrol type="bzr">
5
<branchUrl>http://build/repo/myproject/trunk</branchUrl>
6
<workingDirectory>/tmp</workingDirectory>
7
<executable>bzr</executable>