Skip to content

Commit

Permalink
Change server user and location.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 26, 2006
1 parent 8670829 commit d381f76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
Accessing the remote system.
-->
<property name="remote.host" value="bodach.ucs.ed.ac.uk"/>
<property name="remote.user" value="shibb"/>
<property name="remote.dir" value="shibb12/apache/sites/sdss/fed"/>
<property name="remote.user" value="sdssweb"/>
<property name="remote.dir" value="dev/fed"/>
<!-- <property name="remote.user" value="shibb"/> -->
<!-- <property name="remote.dir" value="shibb12/apache/sites/sdss/fed"/> -->
<property name="remote.loc" value="${remote.user}@${remote.host}:${remote.dir}"/>

<!--
Expand Down

0 comments on commit d381f76

Please sign in to comment.