<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Projects>
<Project serverUrl="tcp://mrtickle:21234/CruiseManager.rem" projectName="SvnTest" />
<Project serverUrl="tcp://mrtickle:21234/CruiseManager.rem" projectName="HelloWorld" />
</Projects>
<PollPeriodSeconds>5</PollPeriodSeconds>
<BuildTransitionNotification showBalloon="true">
<Sound />
<BalloonMessages>
<BrokenBuildMessage>
<Caption>Broken build</Caption>
<Message>Recent checkins have broken the build</Message>
</BrokenBuildMessage>
<FixedBuildMessage>
<Caption>Fixed build</Caption>
<Message>Recent checkins have fixed the build</Message>
</FixedBuildMessage>
<StillFailingBuildMessage>
<Caption>Build still failing</Caption>
<Message>The build is still broken...</Message>
</StillFailingBuildMessage>
<StillSuccessfulBuildMessage>
<Caption>Great work</Caption>
<Message>It all built successfully once again!</Message>
</StillSuccessfulBuildMessage>
</BalloonMessages>
</BuildTransitionNotification>
<TrayIconDoubleClickAction>ShowStatusWindow</TrayIconDoubleClickAction>
<Icons>
<BrokenIcon>red.ico</BrokenIcon>
<BuildingIcon>yellow.ico</BuildingIcon>
<SuccessIcon>green.ico</SuccessIcon>
<NotConnectedIcon>gray.ico</NotConnectedIcon>
</Icons>
</Configuration>