mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
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:
parent
c07e7e115f
commit
f8c4768119
@ -111,6 +111,7 @@
|
|||||||
|
|
||||||
<!-- main jar -->
|
<!-- main jar -->
|
||||||
<jar destfile="${dir.dist}/filebot.jar">
|
<jar destfile="${dir.dist}/filebot.jar">
|
||||||
|
<fileset dir="${dir.build}" />
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Build-Date" value="${tstamp.date}" />
|
<attribute name="Build-Date" value="${tstamp.date}" />
|
||||||
<attribute name="Build-Revision" value="${revision}" />
|
<attribute name="Build-Revision" value="${revision}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user