13 lines
775 B
XML
Executable File
13 lines
775 B
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\toolstester\toolstester_base_defs.xml"/>
|
|
|
|
<!-- Build MAX plugins -->
|
|
<cb:scope triggers_file ="$(game_include_dir)\$(function)\$(function)_triggers_build_max_plugins.xml"
|
|
task_exec_file ="$(game_include_dir)\$(function)\$(function)_tasks_build_max_plugins.xml"
|
|
source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control_build_max_plugins.xml"
|
|
changelist_skip ="10"
|
|
users_file ="$(game_include_dir)\$(function)\$(function)_users.xml">
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_build_max_plugins.xml"/>
|
|
</cb:scope>
|
|
|
|
</cb:scope> |