Replace 64 bits jsmoothgen with WinRun4J wrapper

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1998 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-08-24 16:50:31 +00:00
parent 9a76e4655f
commit c51a956551
1 changed files with 4 additions and 5 deletions

View File

@ -259,14 +259,13 @@
</copy>
<copy file="src/java/tray48.png" tofile="dist/davmail.png"/>
<copy file="davmail.sh" todir="dist"/>
<taskdef name="jsmoothgen"
classname="net.charabia.jsmoothgen.ant.JSmoothGen"
classpathref="classpath"/>
<!-- use WinRun4J wrappers -->
<copy file="src/winrun4j/davmail.exe" todir="dist"/>
<copy file="src/winrun4j/davmailconsole.exe" todir="dist"/>
<!-- use WinRun4J to generate DavMail service -->
<copy file="src/winrun4j/davmailservice.exe" todir="dist"/>
<jsmoothgen project="davmail64.jsmooth" skeletonroot="src/jsmooth/skeletons"/>
<copy file="src/winrun4j/davmail64.exe" todir="dist"/>
<zip file="dist/davmail-${release-name}.zip">
<fileset dir="dist">
<include name="lib/*.jar"/>