buildframework/helium/external/cc-customizations/bin/helium-dashboard-config.xml
changeset 1 be27ed110b50
equal deleted inserted replaced
0:044383f39525 1:be27ed110b50
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3 /********************************************************************************
       
     4  * CruiseControl, a Continuous Integration Toolkit
       
     5  * Copyright (c) 2007, ThoughtWorks, Inc.
       
     6  * 200 E. Randolph, 25th Floor
       
     7  * Chicago, IL 60601 USA
       
     8  * All rights reserved.
       
     9  *
       
    10  * Redistribution and use in source and binary forms, with or without
       
    11  * modification, are permitted provided that the following conditions
       
    12  * are met:
       
    13  *
       
    14  *     + Redistributions of source code must retain the above copyright
       
    15  *       notice, this list of conditions and the following disclaimer.
       
    16  *
       
    17  *     + Redistributions in binary form must reproduce the above
       
    18  *       copyright notice, this list of conditions and the following
       
    19  *       disclaimer in the documentation and/or other materials provided
       
    20  *       with the distribution.
       
    21  *
       
    22  *     + Neither the name of ThoughtWorks, Inc., CruiseControl, nor the
       
    23  *       names of its contributors may be used to endorse or promote
       
    24  *       products derived from this software without specific prior
       
    25  *       written permission.
       
    26  *
       
    27  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
    28  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
    29  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
    30  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
       
    31  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
       
    32  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
       
    33  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
       
    34  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
       
    35  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
       
    36  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
       
    37  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    38  ********************************************************************************/
       
    39  -->
       
    40  <!--
       
    41 ============================================================================ 
       
    42 Name        : helium-dashboard-config.xml
       
    43 Part of     : Helium 
       
    44 
       
    45 Portion Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
    46 
       
    47 ============================================================================
       
    48 -->
       
    49  <dashboard>
       
    50  	<buildloop
       
    51 	    logsdir="logs"
       
    52       	    artifactsdir="artifacts" />
       
    53 	<features allowforcebuild="true"/>
       
    54 	<!--<trackingtool projectname="" baseurl="" keywords=""/>-->
       
    55  	<subtabs>
       
    56  		<!--<subtab class="net.sourceforge.cruisecontrol.dashboard.widgets.AntOutputWidget" />
       
    57 	    <subtab class="net.sourceforge.cruisecontrol.dashboard.widgets.ErrorsAndWarningsMessagesWidget" />-->
       
    58 	    <subtab class="com.nokia.cruisecontrol.dashboard.widgets.HeliumSummary" />
       
    59 	</subtabs>
       
    60 </dashboard>
       
    61