diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-07-01 22:11:02 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-07-01 22:11:02 +0200 |
commit | 8d9a9e285b8abb090bc8348ee400de33dfa7a7cf (patch) | |
tree | df91f2d5f561c2021bee8e17bffe01c5ecb659c9 | |
parent | 6b429a8936626199beb9c445ba3fc1718cc3bbd3 (diff) | |
download | lombok-8d9a9e285b8abb090bc8348ee400de33dfa7a7cf.tar.gz lombok-8d9a9e285b8abb090bc8348ee400de33dfa7a7cf.tar.bz2 lombok-8d9a9e285b8abb090bc8348ee400de33dfa7a7cf.zip |
[trivial] bugfix in a build script that still looked for the uploadkey of the old release system.
-rw-r--r-- | buildScripts/website.ant.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index d1baa28f..4e4a1ea0 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -182,8 +182,6 @@ such as converting the changelog into HTML, and creating javadoc. <taskdef name="scp" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.Scp" classpathref="build.path" /> <taskdef name="sshexec" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.SSHExec" classpathref="build.path" /> <target name="website-publish" depends="website"> - <available file="escudo-upload.key" property="escudo.key.available" /> - <fail unless="escudo.key.available">You don't have the escudo-upload.key; you'll need it to get write access to the server.</fail> <scp localFile="dist/website.tar.bz2" todir="lombokup@projectlombok.org:/staging" |