20 lines
688 B
XML
Executable File
20 lines
688 B
XML
Executable File
<sourcecontrol xmlns:cb="urn:ccnet.config.builder"
|
|
type="filtered">
|
|
<sourceControlProvider type="multi">
|
|
|
|
<sourceControls>
|
|
|
|
<p4Incremental>
|
|
<view>$(ragep4root)/...,$(ps3sdkp4root)/...,$(thirdpartyp4root)/...,$(gamep4root)/src/$(srcbranch)/game/...,$(gamep4root)/src/$(srcbranch)/tools/...</view>
|
|
<client>$(gamep4client)</client>
|
|
<port>$(gamep4port)</port>
|
|
<applyLabel>false</applyLabel>
|
|
<autoGetSource>true</autoGetSource>
|
|
<forceSync>false</forceSync>
|
|
<p4WebURLFormat>http://$(gamep4server):8080/@md=d&cd=@/{0}?ac=10</p4WebURLFormat>
|
|
</p4Incremental>
|
|
|
|
</sourceControls>
|
|
|
|
</sourceControlProvider>
|
|
</sourcecontrol> |