Skip to content

Commit

Permalink
Tidy trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 11, 2016
1 parent f2cb907 commit ef4fe8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@
-->

<property name="git.executable" value="git"/>

<!--
This project is integrated with two others using Git.
The following properties describe where the repositories for those projects are located.
-->
<property name="git.repo.user" value="git"/>
Expand Down Expand Up @@ -155,15 +155,15 @@
<property name="orchestrator.hostname" value="orchestrator.infr.ukfederation.org.uk"/>
<property name="orchestrator.path" value="${shared.ws.dir}/build"/>
<property name="orchestrator.url" value="${orchestrator.user}@${orchestrator.hostname}:${orchestrator.path}"/>

<!--
Signing server properties.
-->
<property name="keymaster.user" value="jenkinsslave"/>
<property name="keymaster.hostname" value="keymaster.infr.ukfederation.org.uk"/>
<property name="keymaster.path" value="${shared.ws.dir}/build"/>
<property name="keymaster.url" value="${keymaster.user}@${keymaster.hostname}:${keymaster.path}"/>

<!--
Web server properties.
-->
Expand Down

0 comments on commit ef4fe8d

Please sign in to comment.