File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<!-- Main targets -->
5
5
<target name =" publish-documentation" depends =" publish-documentation.init" >
6
- <sshexec host =" spring02.managed.contegix.com " username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
6
+ <sshexec host =" static.springsource.org " username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
7
7
command=" mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}" />
8
8
9
- <scp remoteToDir =" ${username}@spring02.managed.contegix.com :/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
9
+ <scp remoteToDir =" ${username}@static.springsource.org :/opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}"
10
10
keyfile=" ${key.file}" passphrase =" ${passphrase}" sftp =" true" verbose =" true" >
11
11
<fileset dir =" ${package.output.dir}" >
12
12
<include name =" changelog.txt" />
16
16
<fileset dir =" ${package.docs.dir}" />
17
17
</scp >
18
18
19
- <sshexec host =" spring02.managed.contegix.com " username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
19
+ <sshexec host =" static.springsource.org " username =" ${username}" keyfile =" ${key.file}" passphrase =" ${passphrase}"
20
20
command=" rm /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring/docs/3.0.x" />
21
21
</target >
22
22
You can’t perform that action at this time.
0 commit comments