~sandy-dunlop/bazaar-ccnet/trunk

« back to all changes in this revision

Viewing changes to ccnet.config.sample

  • Committer: Sandy Dunlop
  • Date: 2007-10-15 21:44:58 UTC
  • Revision ID: sandy.dunlop@gmail.com-20071015214458-9j4p7p65ogfacrzq
Adding a sample config showing which tags to use

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<cruisecontrol>
 
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>
 
8
                        </sourcecontrol>
 
9
                </project>
 
10
</cruisecontrol>