Skip to content

Commit

Permalink
Drop war package from release files, there are more modern ways to ru…
Browse files Browse the repository at this point in the history
…n DavMail in server mode without a webapp container

git-svn-id: https://svn.code.sf.net/p/davmail/code/trunk@3526 3d1905a2-6b24-0410-a738-b14d5a86fcbd
  • Loading branch information
mguessan committed Mar 17, 2024
1 parent 3c6670f commit 11fd536
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,22 +377,6 @@
<copy file="src/winrun4j/davmailservice.exe" todir="dist"/>
<copy file="src/winrun4j/davmail64.exe" todir="dist"/>
<copy file="src/winrun4j/davmailservice64.exe" todir="dist"/>

<copy todir="dist/web">
<fileset dir="src/web"/>
</copy>
<copy todir="dist/web/WEB-INF/lib">
<fileset dir="dist">
<include name="*.jar"/>
</fileset>
<fileset dir="dist/lib">
<include name="*.jar"/>
<exclude name="nsisant*.jar"/>
<exclude name="swt*.jar"/>
<exclude name="winrun4j-*.jar"/>
</fileset>
</copy>
<copy todir="dist/web/WEB-INF/classes" file="src/etc/davmail.properties"/>
</target>

<target name="dist" depends="prepare-dist">
Expand All @@ -411,9 +395,6 @@
<include name="davmail"/>
</zipfileset>
</zip>
<jar destfile="dist/davmail-${release-name}.war">
<fileset dir="dist/web"/>
</jar>
<zip file="dist/davmail-${release-name}-windows-noinstall.zip">
<fileset dir="dist">
<include name="lib/*.jar"/>
Expand Down

0 comments on commit 11fd536

Please sign in to comment.