16 lines
752 B
XML
Executable File
16 lines
752 B
XML
Executable File
<!-- All Cruise Control config files that are sent to the ccnet.exe executable should cb:include this at the start -->
|
|
<!-- It's like a standard set of includes at the start that allows for easier maintenance -->
|
|
|
|
<cb:config-template xmlns:cb="urn:ccnet.config.builder">
|
|
|
|
<cb:define general_include_dir="$(RS_TOOLSCONFIG)\CruiseControl\General"/>
|
|
|
|
<cb:include href="$(general_include_dir)\global.xml"/>
|
|
<cb:include href="$(general_include_dir)\tools_install.xml"/>
|
|
<cb:include href="$(general_include_dir)\studio_custom.xml"/>
|
|
<cb:include href="$(general_include_dir)\nm_custom.xml"/>
|
|
<cb:include href="$(general_include_dir)\dev_mode.xml"/>
|
|
<cb:include href="$(general_include_dir)\global_last.xml"/>
|
|
|
|
</cb:config-template>
|