Files
gtav-src/tools_ng/etc/CruiseControl/toolstester/toolstester_max_plugin_include.xml
2025-09-29 00:52:08 +02:00

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>