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:
Reinhard Pointner 2018-06-21 18:42:30 +07:00
parent 8bd2844a90
commit 39a9a5a897
1 changed files with 5 additions and 14 deletions

View File

@ -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" />