Files
2025-09-29 00:52:08 +02:00

14 lines
805 B
XML
Executable File

<cb:config-template xmlns:cb="urn:ccnet.config.builder">
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\General\base.xml"/>
<cb:define function ="smokestarter"/>
<cb:define base_file ="$(game_include_dir)\$(function)\$(function)_game.xml"/>
<cb:define project_file ="$(game_include_dir)\$(function)\$(function)_project.xml"/>
<cb:define triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers.xml"/>
<cb:define users_file ="$(game_include_dir)\$(function)\$(function)_users.xml"/>
<cb:define publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers$(dev_blanking_underbar).xml"/>
<cb:define queue_priority ="1"/>
<cb:define mailRegexpSubjectReplacement="$2: $4 $5 ($7)"/>
</cb:config-template>