24 lines
699 B
XML
Executable File
24 lines
699 B
XML
Executable File
<project
|
|
xmlns:cb="urn:ccnet.config.builder"
|
|
name="$(projectname_dev)"
|
|
queue="Queue"
|
|
queuePriority="$(queue_priority)"
|
|
category="$(game)">
|
|
|
|
<state type="state" directory="$(states_dir)"/>
|
|
<workingDirectory>$(project_working_dir)</workingDirectory>
|
|
<artifactDirectory>$(artifacts_dir)</artifactDirectory>
|
|
<webURL>$(webURL)</webURL>
|
|
|
|
<cb:include href="$(triggers_file)"/>
|
|
<cb:include href="$(source_control_file)"/>
|
|
<cb:include href="$(labeller_file)"/>
|
|
<cb:include href="$(tasks_file)"/>
|
|
<cb:include href="$(publishers_file)"/>
|
|
|
|
<externalLinks>
|
|
<externalLink name="CCTray" url="$(missiontester_cctray_url)" />
|
|
</externalLinks>
|
|
|
|
</project>
|