<cruisecontrol>
<!-- From CC docs example -->
   <project name="shop">
      <property name="cc.home" value="/home/CC/cruisecontrol-2.4.1"/>
      <bootstrappers>
         <currentbuildstatusbootstrapper file="currentbuild.txt" />
      </bootstrappers>
      <modificationset quietperiod="30" >
         <cvs  
              localworkingcopy="checkout/shop" />
      </modificationset>
      <schedule interval="30" >
         <ant buildfile="cc-build.xml" target="coveragetest" multiple="5">
           <property name="unittest" value="true"/>
         </ant>
         <ant buildfile="cc-build.xml" target="unittest" multiple="1">
           <property name="unittest" value="true"/>
         </ant>
      </schedule>
      <log dir="logs/shop" >
         <merge dir="checkout/shop/test-results"/>
      </log>  
      <publishers>
         <currentbuildstatuspublisher file="currentbuild.txt" />
         <email mailhost="localhost" 
                returnaddress="hom@fontysvenlo.org"
                defaultsuffix="@fontysvenlo.org" 
                buildresultsurl="http://fontysvenlo.org:8080/cruisecontrol/buildresults">
            <always address="879417@fontys.nl" />
            <failure address="879417@fontys.nl" />
         </email>
         <htmlemail mailhost="localhost"
            returnaddress="hom@fontysvenlo.org"
            defaultsuffix="@fontysvenlo.org"
            buildresultsurl="http://fontysvenlo.org:8080/cruisecontrol/buildresults/shop"
            css="${cc.home}/reporting/jsp/webcontent/css/cruisecontrol.css"
            xsldir="${cc.home}/reporting/jsp/webcontent/xsl"
            logdir="logs/shop">
           <map alias="manager" address="P.vandenHombergh@fontys.nl" />
           <always address="manager" />
           <failure address="hom" reportWhenFixed="true" />
           <failure address="ode" reportWhenFixed="true" />
           </htmlemail>
      </publishers>
   </project>
</cruisecontrol>
