diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-16 19:57:17 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-16 19:57:17 +0200 |
commit | 5b0d52477d52f97967099dd6148d182210118f8d (patch) | |
tree | 8e426b45d2dd73acb298a37062ab88c211749e99 /buildScripts/maven.ant.xml | |
parent | fdcdcc89d8ac081cb214aab6bb70f9d75101e865 (diff) | |
download | lombok-5b0d52477d52f97967099dd6148d182210118f8d.tar.gz lombok-5b0d52477d52f97967099dd6148d182210118f8d.tar.bz2 lombok-5b0d52477d52f97967099dd6148d182210118f8d.zip |
Fixed the buildScript for publishing and maven - working around truly boneheaded design of ant.
Diffstat (limited to 'buildScripts/maven.ant.xml')
-rw-r--r-- | buildScripts/maven.ant.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml index f86de42b..43fed149 100644 --- a/buildScripts/maven.ant.xml +++ b/buildScripts/maven.ant.xml @@ -117,8 +117,8 @@ the maven repository that contains lombok's deliverables for those using maven. </tar> </target> - <taskdef name="scp" classname="org.apache.tools.ant.taskdefs.optional.ssh.Scp" classpathref="buildScripts.deps.path" /> - <taskdef name="sshexec" classname="org.apache.tools.ant.taskdefs.optional.ssh.SSHExec" classpathref="buildScripts.deps.path" /> + <taskdef name="scp" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.Scp" classpathref="buildScripts.deps.path" /> + <taskdef name="sshexec" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.SSHExec" classpathref="buildScripts.deps.path" /> <target name="maven-publish" depends="maven"> <available file="libertad-upload.key" property="libertad.key.available" /> <fail unless="libertad.key.available">You don't have the libertad-upload.key; you'll need it to get write access to the server.</fail> |