diff options
Diffstat (limited to 'buildScripts/eclipse-p2.ant.xml')
-rw-r--r-- | buildScripts/eclipse-p2.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/eclipse-p2.ant.xml b/buildScripts/eclipse-p2.ant.xml index 75f6c4eb..baf48c7a 100644 --- a/buildScripts/eclipse-p2.ant.xml +++ b/buildScripts/eclipse-p2.ant.xml @@ -115,7 +115,7 @@ This buildfile is part of projectlombok.org. It is responsible for building the </tar> </target> - <target name="eclipsep2.publish" depends="setup.ssh, eclipsep2.pack"> + <target name="eclipsep2.publish" depends="eclipsep2.pack"> <ivy:scpUpload from="dist/eclipse-p2.tar.bz2" to="/data/lombok/staging" |