mirror of
https://github.com/moparisthebest/davmail
synced 2025-03-04 11:19:43 -05:00
Add an upload-site ant task
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@788 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
4d8b08ead9
commit
316ab31b76
@ -1,4 +1,5 @@
|
||||
<project name="DavMail" default="dist" basedir=".">
|
||||
<property file="user.properties"/>
|
||||
<property name="version" value="3.5.0"/>
|
||||
|
||||
<path id="classpath">
|
||||
@ -279,4 +280,10 @@
|
||||
|
||||
</target>
|
||||
|
||||
<target name='upload-site' depends="fix-site">
|
||||
<scp todir="${username},davmail@web.sourceforge.net:htdocs"
|
||||
keyfile="${keyfile}" passphrase="${passphrase}" verbose="true">
|
||||
<fileset dir="target/site"/>
|
||||
</scp>
|
||||
</target>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user