blob: f838ca096ee2fc109e48c4bce781f8c46940f1bc [file] [log] [blame]
david_williamsa091ca02009-12-28 07:38:44 +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
david_williamscf915082010-08-17 04:01:01 +000067 projectname="jsdt-R1.2.1-M"
david_williamsa091ca02009-12-28 07:38:44 +000068 baseurl="https://bugs.eclipse.org/"
69 keywords=",\["/>
70 <trackingtool
david_williamscf915082010-08-17 04:01:01 +000071 projectname="jsdt-R1.3.0-I"
david_williamsa091ca02009-12-28 07:38:44 +000072 baseurl="https://bugs.eclipse.org/"
73 keywords=",\["/>
74 <trackingtool
75 projectname="patches-R1.5.5-P"
76 baseurl="https://bugs.eclipse.org/"
77 keywords=",\["/>
78 <trackingtool
79 projectname="patches-R3.0.5-P"
80 baseurl="https://bugs.eclipse.org/"
81 keywords=",\["/>
82 <trackingtool
david_williamscf915082010-08-17 04:01:01 +000083 projectname="patches-R3.1.2-P"
david_williamsa091ca02009-12-28 07:38:44 +000084 baseurl="https://bugs.eclipse.org/"
85 keywords=",\["/>
86 <trackingtool
david_williamscf915082010-08-17 04:01:01 +000087 projectname="patches-R3.2.1-P"
david_williamsa091ca02009-12-28 07:38:44 +000088 baseurl="https://bugs.eclipse.org/"
89 keywords=",\["/>
90 <trackingtool
david_williams1f5e5942011-02-14 04:35:26 +000091 projectname="wtp4x-R3.3.0-I"
david_williamsa091ca02009-12-28 07:38:44 +000092 baseurl="https://bugs.eclipse.org/"
93 keywords=",\["/>
94 <trackingtool
david_williamscf915082010-08-17 04:01:01 +000095 projectname="wtp-R3.2.2-M"
96 baseurl="https://bugs.eclipse.org/"
97 keywords=",\["/>
98 <trackingtool
99 projectname="wtp-R3.3.0-I"
100 baseurl="https://bugs.eclipse.org/"
101 keywords=",\["/>
102 <trackingtool
103 projectname="wtp-R3.3.0-N"
104 baseurl="https://bugs.eclipse.org/"
105 keywords=",\["/>
106 <trackingtool
107 projectname="wtp-R3.3.0-S"
david_williamsa091ca02009-12-28 07:38:44 +0000108 baseurl="https://bugs.eclipse.org/"
109 keywords=",\["/>
110
111 <subtabs>
112 <subtab
113 class="net.sourceforge.cruisecontrol.dashboard.widgets.ErrorsAndWarningsMessagesWidget" />
114 <subtab
115 class="net.sourceforge.cruisecontrol.dashboard.widgets.BuildOutputWidget" />
116 </subtabs>
117</dashboard>