Remove large unused binaries from package

This commit is contained in:
Reinhard Pointner 2017-10-18 23:39:16 +02:00
parent 6ed5ffd3e7
commit 5acbd03f24
1 changed files with 5 additions and 0 deletions

View File

@ -637,6 +637,11 @@
<arg line="get-java" />
</exec>
<untar src="${dir.cache}/jre-${jre.version}_windows-${arch.jre}_bin.tar.gz" dest="${dir.staging}/jre" compression="gzip">
<patternset>
<exclude name="**/dtplugin/**" />
<exclude name="**/plugin2/**" />
<exclude name="**/jfxwebkit.dll" />
</patternset>
<cutdirsmapper dirs="1" />
</untar>