aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-07-01 23:16:59 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-07-01 23:16:59 +0200
commit89733ffc8c2534ee00af7f70f15cd38c0ab309cf (patch)
tree7d78b8e8358ab3adfe06e95cbc2b7f64421c6d17
parente437ff4d3c84102092d6da0f1478cc54fcd84844 (diff)
downloadlombok-89733ffc8c2534ee00af7f70f15cd38c0ab309cf.tar.gz
lombok-89733ffc8c2534ee00af7f70f15cd38c0ab309cf.tar.bz2
lombok-89733ffc8c2534ee00af7f70f15cd38c0ab309cf.zip
one more bugfix in build script
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 76f51802..dbeb6c3d 100644
--- a/build.xml
+++ b/build.xml
@@ -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