18 lines
661 B
XML
Executable File
18 lines
661 B
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\maptester\maptester_base_defs.xml"/>
|
|
|
|
<cb:scope platform ="ps3"
|
|
platform_short ="ps3"
|
|
ip ="$(maptester_ip_ps3)"
|
|
ip_log_file ="$(maptester_ip_log_file_ps3)"
|
|
publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers$(dev_blanking_underbar).xml"
|
|
errorsarenotfail = ""
|
|
build_name = "psn_beta"
|
|
queue_priority ="4"
|
|
level ="$(main_level)">
|
|
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_one_level_smokes.xml"/>
|
|
|
|
</cb:scope>
|
|
</cb:scope>
|