mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-10 11:25:04 -05:00
Fix compatibility issues of different JREs on different platforms (excluding just the executables doesn't save much space anyway and makes things fragile)
This commit is contained in:
parent
8bd2844a90
commit
39a9a5a897
19
build.xml
19
build.xml
@ -74,23 +74,14 @@
|
||||
|
||||
|
||||
<patternset id="pattern.jre">
|
||||
<include name="**/bin/java" />
|
||||
<include name="**/bin/java.exe" />
|
||||
|
||||
<include name="**/conf/**" />
|
||||
<include name="**/legal/**" />
|
||||
<include name="**/lib/**" />
|
||||
<include name="**/README.html" />
|
||||
<include name="**/release" />
|
||||
|
||||
<!-- exclude Windows browser plugin -->
|
||||
<exclude name="**/lib/dtplugin/**" />
|
||||
<exclude name="**/lib/plugin2/**" />
|
||||
<exclude name="**/dtplugin/**" />
|
||||
<exclude name="**/plugin2/**" />
|
||||
|
||||
<!-- exclude Mac browser plugin -->
|
||||
<exclude name="**/lib/deploy/**" />
|
||||
<exclude name="**/lib/nibs/**" />
|
||||
<exclude name="**/lib/shortcuts/**" />
|
||||
<exclude name="**/deploy/**" />
|
||||
<exclude name="**/nibs/**" />
|
||||
<exclude name="**/shortcuts/**" />
|
||||
|
||||
<!-- libjfxwebkit.dylib has many dependencies to deprecated librararies that cause issues with MAS review -->
|
||||
<exclude name="**/libjfxwebkit.dylib" />
|
||||
|
Loading…
Reference in New Issue
Block a user