16 lines
666 B
XML
Executable File
16 lines
666 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/MapExport.xml
|
|
Description: Core Map Network Export Configuration Data.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 13 August 2012
|
|
|
|
This configuration file details all the core WCF service URIs that applications
|
|
can use to connect.
|
|
-->
|
|
<Parameters>
|
|
<!-- Number of hours to keep completed/errored/aborted jobs available -->
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="144" />
|
|
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/CutsceneExportNetworkNotifications.xml" />
|
|
</Parameters> |