19 lines
598 B
XML
Executable File
19 lines
598 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/UserDetailsTask.xml
|
|
|
|
Author: Luke Openshaw <luke.openshaw@rockstarnorth.com>
|
|
Date: 28 January 2012
|
|
-->
|
|
<Parameters>
|
|
<!--
|
|
Parameter to point to file which defines out timed task triggers.
|
|
-->
|
|
<Parameter name="Timed Task File" type="string" value="$(toolsconfig)/automation/tasks/timedtasks/UserDetailsTimedTasks.xml" />
|
|
<!--
|
|
Parameter to define period a job is kept around before it is cleared out.
|
|
-->
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="168" />
|
|
</Parameters>
|
|
|
|
|