mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-04 14:52:24 -05:00
add gnome and kde launcher (freedesktop file)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@92 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
44fdf85d6d
commit
52ad04b72e
@ -56,6 +56,7 @@
|
||||
<fileset dir="dist">
|
||||
<include name="lib/*.jar"/>
|
||||
<include name="*.jar"/>
|
||||
<include name="davmail.desktop"/>
|
||||
<include name="davmail.sh"/>
|
||||
<!-- exclude swt jars from platform independent package -->
|
||||
<exclude name="lib/swt*.jar"/>
|
||||
@ -66,6 +67,7 @@
|
||||
<include name="davmail.sh"/>
|
||||
</tarfileset>
|
||||
<tarfileset prefix="davmail-linux-x86-${version}" dir="dist">
|
||||
<include name="davmail.desktop"/>
|
||||
<include name="lib/*.jar"/>
|
||||
<include name="*.jar"/>
|
||||
<include name="lib/swt-*-gtk-linux-x86.jar"/>
|
||||
|
9
davmail.desktop
Normal file
9
davmail.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=DavMail
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/usr/bin/java -cp davmail.jar:lib/* davmail.DavGateway
|
||||
Path=/home/mguessan/davmail-linux-x86-1.1.0
|
||||
Comment=DavMail POP/SMTP Webdav Exchange Gateway
|
Loading…
Reference in New Issue
Block a user