blob: 1140ca6ca386c93ea4a37c9ecb5f1c72a7556590 [file] [log] [blame]
david_williams597c6352008-12-07 01:54:10 +00001<?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 <dashboard>
43 <buildloop
44 logsdir=""
45 artifactsdir="" />
46 <features allowforcebuild=""/>
47 <trackingtool projectname="" baseurl="" keywords=""/>
48 <subtabs>
49 <subtab class="net.sourceforge.cruisecontrol.dashboard.widgets.ErrorsAndWarningsMessagesWidget" />
50 </subtabs>
51</dashboard>
52-->
53
54<dashboard>
55 <buildloop
56 home="/shared/webtools/"
57 configfile="/shared/webtools/releng.control/cc_config.xml"
58 logsdir="/shared/webtools/logs"
59 artifactsdir="/shared/webtools/committers"
60 projectsdir="/shared/webtools/projects"
61 jmxport="7000"
62 rmiport="1099" />
63 <features
64 allowforcebuild="true"
65 alloweditconfig="false" />
66 <trackingtool
67 projectname="wtp-R3.0-I"
68 baseurl="https://bugs.eclipse.org/"
69 keywords=",\[" />
70 <trackingtool
71 projectname="wtp-R3.0-M"
72 baseurl="https://bugs.eclipse.org/"
73 keywords=",\[" />
74 <trackingtool
75 projectname="wtp-R3.0-R"
76 baseurl="https://bugs.eclipse.org/"
77 keywords=",\[" />
78 <trackingtool
79 projectname="wtp-R3.0-S"
80 baseurl="https://bugs.eclipse.org/"
81 keywords=",\[" />
82 <trackingtool
83 projectname="wtp-R2.0-M"
84 baseurl="https://bugs.eclipse.org/"
85 keywords=",\[" />
86 <trackingtool
87 projectname="wtp-R2.0-R"
88 baseurl="https://bugs.eclipse.org/"
89 keywords=",\[" />
90 <trackingtool
91 projectname="incubator-R0.5-S"
92 baseurl="https://bugs.eclipse.org/"
93 keywords=",\[" />
94 <trackingtool
95 projectname="incubator-R0.5-I"
96 baseurl="https://bugs.eclipse.org/"
97 keywords=",\[" />
98 <trackingtool
99 projectname="patches-R1.5-P"
100 baseurl="https://bugs.eclipse.org/"
101 keywords=",\[" />
102 <trackingtool
103 projectname="patches-R2.0-P"
104 baseurl="https://bugs.eclipse.org/"
105 keywords=",\[" />
106 <subtabs>
107 <subtab
108 class="net.sourceforge.cruisecontrol.dashboard.widgets.ErrorsAndWarningsMessagesWidget" />
109 </subtabs>
110</dashboard>