New redline ant task definition fix

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1913 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-02-15 22:18:31 +00:00
parent ed20a80ab3
commit 41fe2465ad
1 changed files with 4 additions and 3 deletions

View File

@ -183,16 +183,17 @@
</target>
<target name='dist-rpm'>
<taskdef name='rpm' classname='org.freecompany.redline.ant.RedlineTask'>
<taskdef name='redline' classname='org.freecompany.redline.ant.RedlineTask'>
<classpath location="lib/redline-1.1.9.jar"/>
</taskdef>
<rpm name='davmail'
<redline name='davmail'
summary='DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway'
version='${release}'
release='1'
license='GPL'
group='Applications/Internet'
sourcePackage='davmail-${release}.src.rpm'
description='Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange
gateway allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or
Apple iCal) with an Exchange server, even from the internet or behind a firewall through
@ -228,7 +229,7 @@
<zipfileset dir="dist" prefix="usr/share/applications">
<include name="davmail.desktop"/>
</zipfileset>
</rpm>
</redline>
</target>