Skip to content

Commit

Permalink
Update verification locations for the two remote systems. These are n…
Browse files Browse the repository at this point in the history
…ow independent of wherever master.metadata is directed.
  • Loading branch information
iay committed May 28, 2010
1 parent e331e32 commit cb61b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
location for "push" and its own URL for verification of pushed data.
-->
<property name="remote.host.1" value="bodach.ucs.ed.ac.uk"/>
<property name="remote.url.1" value="http://master.metadata.ukfederation.org.uk"/>
<property name="remote.url.1" value="http://bodach.ucs.ed.ac.uk:9524"/>
<property name="remote.host.2" value="sdssmail.edina.ac.uk"/>
<property name="remote.url.2" value="http://master.metadata.ukfederation.org.uk"/>
<property name="remote.url.2" value="http://sdssmail.edina.ac.uk:82"/>

<!--
For times when only one remote host is in use, pre-select it
Expand Down

0 comments on commit cb61b3b

Please sign in to comment.