1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-11 05:48:01 -05:00

* fix build conflict (bouncy castle libraries) when building the spk package

This commit is contained in:
Reinhard Pointner 2015-05-18 08:51:11 +00:00
parent adbe4d226d
commit 14e57c42bd

View File

@ -39,7 +39,7 @@
<path id="jars.classpath">
<fileset dir="${dir.lib}" includes="**/*.jar" />
<fileset dir="${dir.lib}" includes="**/*.jar" excludes="**/*-jdk14.jar" />
</path>