git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5584 51baf565-9d33-0410-a72c-fc3788e3496d

This commit is contained in:
Tom Copeland
2007-10-25 13:31:43 +00:00
parent 5541a0397c
commit 3fe03f18d7

View File

@ -337,7 +337,7 @@
</exec>
</target>
<target name="tomserver" depends="dist" description="Uploads the current PMD jar file to Tom's web site">
<target name="tomserver" depends="clean,jar" description="Uploads the current PMD jar file to Tom's web site">
<echo message="Uploading jar file" />
<exec executable="scp" os="Linux">
<arg line=" /home/tom/pmd/pmd/lib/pmd-${version}.jar tom@infoether.com:public_html/" />