Remove "undocumented features" from build

This commit is contained in:
Reinhard Pointner 2016-11-17 15:13:05 +08:00
parent 5ae2d11abb
commit 00e8c4bc60
1 changed files with 0 additions and 5 deletions

View File

@ -454,11 +454,6 @@
</fileset>
</delete>
<!-- include brew install script (can't put it into Contents/MacOS because that will break codesign and MAS submissions -->
<copy todir="${path.app}/Contents/Resources">
<fileset dir="${dir.installer}/appbundle" includes="Helper/**" />
</copy>
<!-- fix broken symlink -->
<copy file="${jre.path}/lib/jli/libjli.dylib" tofile="${path.app.jre}/Contents/MacOS/libjli.dylib" overwrite="yes" verbose="yes" failonerror="yes" />