Remove unit tests from build to avoid issues with including/excluding unit tests in the release jar

@see https://www.filebot.net/forums/viewtopic.php?f=13&t=3759
This commit is contained in:
Reinhard Pointner 2016-05-12 22:15:19 +08:00
parent c07e7e115f
commit f8c4768119
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@
<!-- main jar -->
<jar destfile="${dir.dist}/filebot.jar">
<fileset dir="${dir.build}" />
<manifest>
<attribute name="Build-Date" value="${tstamp.date}" />
<attribute name="Build-Revision" value="${revision}" />