blob: e01c4df5dea5d736226f17457b96ae3b00798671 [file] [log] [blame]
david_williamsf7153ba2010-08-16 20:19:32 +00001<?xml version="1.0" encoding="UTF-8"?>
david_williamse3e127e2010-08-17 03:49:03 +00002<!--
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
david_williamsf7153ba2010-08-16 20:19:32 +000054<dashboard>
55 <buildloop
david_williams2d230702010-08-17 04:25:50 +000056 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"
david_williamsf7153ba2010-08-16 20:19:32 +000061 jmxport="7000"
62 rmiport="1099"/>
63 <features
64 allowforcebuild="true"
65 alloweditconfig="false"/>
66 <trackingtool
david_williamscc4a3c02010-08-17 01:58:46 +000067 projectname="jsdt-R1.2.1-M"
david_williamsf7153ba2010-08-16 20:19:32 +000068 baseurl="https://bugs.eclipse.org/"
69 keywords=",\["/>
70 <trackingtool
david_williamscc4a3c02010-08-17 01:58:46 +000071 projectname="jsdt-R1.3.0-I"
david_williamsf7153ba2010-08-16 20:19:32 +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_williamscc4a3c02010-08-17 01:58:46 +000083 projectname="patches-R3.1.2-P"
david_williamsf7153ba2010-08-16 20:19:32 +000084 baseurl="https://bugs.eclipse.org/"
85 keywords=",\["/>
86 <trackingtool
david_williamscc4a3c02010-08-17 01:58:46 +000087 projectname="patches-R3.2.1-P"
david_williamsf7153ba2010-08-16 20:19:32 +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_williamsf7153ba2010-08-16 20:19:32 +000092 baseurl="https://bugs.eclipse.org/"
93 keywords=",\["/>
94 <trackingtool
david_williamscc4a3c02010-08-17 01:58:46 +000095 projectname="wtp-R3.2.2-M"
david_williamsf7153ba2010-08-16 20:19:32 +000096 baseurl="https://bugs.eclipse.org/"
97 keywords=",\["/>
david_williamscc4a3c02010-08-17 01:58:46 +000098 <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"
108 baseurl="https://bugs.eclipse.org/"
109 keywords=",\["/>
david_williamsf7153ba2010-08-16 20:19:32 +0000110 <subtabs>
111 <subtab
david_williamscc4a3c02010-08-17 01:58:46 +0000112 class="net.sourceforge.cruisecontrol.dashboard.widgets.ErrorsAndWarningsMessagesWidget"/>
113 <subtab
114 class="net.sourceforge.cruisecontrol.dashboard.widgets.BuildOutputWidget"/>
david_williamsf7153ba2010-08-16 20:19:32 +0000115 </subtabs>
david_williamscc4a3c02010-08-17 01:58:46 +0000116</dashboard>