blob: 3fb5e2627457a4dfdb1e64233de94fe8aa8b6d81 [file] [log] [blame]
<scm class="hudson.scm.SubversionSCM">
<locations>
<%Iterator<SVNLocation> iterator = svn.getLocations().iterator();%>
<%while(iterator.hasNext()) {%>
<%SVNLocation svnLocation = iterator.next();%>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote><%=svnLocation.getProtocol().getLiteral()%><%=svnLocation.getUrl()%></remote>
<local><%=new GenerationHelper().getStringIfNotNull(svnLocation.getLocalPath())%></local>
</hudson.scm.SubversionSCM_-ModuleLocation>
<%}%>
</locations>
<useUpdate>true</useUpdate>
<doRevert>false</doRevert>
<excludedRegions></excludedRegions>
<includedRegions></includedRegions>
<excludedUsers></excludedUsers>
<excludedRevprop></excludedRevprop>
<excludedCommitMessages></excludedCommitMessages>
</scm>