File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44<!-- Main targets -->
55 <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}"
77 command=" mkdir /opt/www/domains/springframework.org/www/htdocs/spring/docs/${bundle.version}" />
88
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}"
1010 keyfile=" ${key.file}" passphrase =" ${passphrase}" sftp =" true" verbose =" true" >
1111 <fileset dir =" ${package.output.dir}" >
1212 <include name =" changelog.txt" />
1616 <fileset dir =" ${package.docs.dir}" />
1717 </scp >
1818
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}"
2020 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" />
2121 </target >
2222
You can’t perform that action at this time.
0 commit comments