diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-07-01 23:16:59 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-07-01 23:16:59 +0200 |
commit | 89733ffc8c2534ee00af7f70f15cd38c0ab309cf (patch) | |
tree | 7d78b8e8358ab3adfe06e95cbc2b7f64421c6d17 | |
parent | e437ff4d3c84102092d6da0f1478cc54fcd84844 (diff) | |
download | lombok-89733ffc8c2534ee00af7f70f15cd38c0ab309cf.tar.gz lombok-89733ffc8c2534ee00af7f70f15cd38c0ab309cf.tar.bz2 lombok-89733ffc8c2534ee00af7f70f15cd38c0ab309cf.zip |
one more bugfix in build script
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -643,7 +643,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The sftp="false" verbose="true" trust="true" /> <scp localFile="build/utils-mavenPublish/utils-mavenPublish.tar.bz2" - todir="${ssh.username}@projectlombok.org:/staging" + todir="${ssh.username}@projectlombok.org:/data/lombok/staging" keyfile="${ssh.keyfile}" passphrase="" sftp="false" verbose="true" trust="true" /> <sshexec |