
Tidy up the docstrings to use consistent formatting, move inline examples to tests and add urls for additional information on source code web browsers. Change-Id: I696389516dbd4e0960986666e32fab93e515710e
14 lines
483 B
XML
14 lines
483 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<scm class="hudson.plugins.tfs.TeamFoundationServerScm">
|
|
<serverUrl>tfs.company.com</serverUrl>
|
|
<projectPath>$/myproject</projectPath>
|
|
<localPath>../foo/</localPath>
|
|
<workspaceName>Hudson-${JOB_NAME}</workspaceName>
|
|
<userPassword/>
|
|
<userName>jane@mydomain</userName>
|
|
<useUpdate>False</useUpdate>
|
|
<repositoryBrowser class="hudson.plugins.tfs.browsers.TeamSystemWebAccessBrowser"/>
|
|
</scm>
|
|
</project>
|