35 lines
1.9 KiB
XML
Executable File
35 lines
1.9 KiB
XML
Executable File
<cb:config-template xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\General\base.xml"/>
|
|
|
|
<cb:define function ="lightextractiontool"/>
|
|
|
|
<cb:define build_folder ="$(RS_BUILDBRANCH)"/>
|
|
|
|
<cb:define buildpublisher_file ="$(game_include_dir)\$(function)\$(function)_publishers_buildpublisher.xml"/>
|
|
<cb:define base_file ="$(game_include_dir)\$(function)\$(function)_base.xml"/>
|
|
<cb:define sync_tools_file ="$(game_include_dir)\$(function)\$(function)_exec_sync_tools.xml"/>
|
|
<cb:define project_file ="$(game_include_dir)\$(function)\$(function)_project.xml"/>
|
|
<cb:define labeller_file ="$(game_include_dir)\$(function)\$(function)_labeller.xml"/>
|
|
<cb:define publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers.xml"/>
|
|
<cb:define triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers.xml"/>
|
|
<cb:define source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control.xml"/>
|
|
<cb:define users_file ="$(game_include_dir)\$(function)\$(function)_users.xml"/>
|
|
<cb:define tasks_file ="$(game_include_dir)\$(function)\$(function)_tasks.xml"/>
|
|
<cb:define stats_file ="$(game_include_dir)\$(function)\$(function)_stats.xml"/>
|
|
|
|
<cb:define tools_build_dir ="$(RS_TOOLSCONFIG)\CruiseControl\$(function)"/>
|
|
|
|
<cb:define projectname_base ="$(function)_$(game)_$(branch)"/>
|
|
|
|
<cb:define build_timeout ="14400"/>
|
|
<cb:define labelbuildok ="built_ok"/>
|
|
|
|
<cb:define states_dir ="$(RS_TOOLSCONFIG)\$(cc)\$(function)\states"/>
|
|
|
|
<cb:define mail_from ="$(function).CC@$(studio).com"/>
|
|
<cb:define mailRegexpSubjectReplacement ="$2: $4 $6 $5 ($7)"/>
|
|
|
|
<cb:define exportFolder="$(drive)\$(game)\exported_LODLights"/>
|
|
|
|
</cb:config-template>
|