Some bug fixes

This commit is contained in:
Ziver Koc 2017-05-29 17:14:09 +02:00
parent 27abb20728
commit 9d698fa2bc
3 changed files with 3 additions and 3 deletions

View file

@ -164,7 +164,7 @@
</fileset>
</copy>
<!-- Copy plugin libs -->
<copy todir="${releaseDir}/lib" flatten="true" includeEmptyDirs="false" failonerror="false">
<copy todir="${releaseDir}/lib" flatten="true" includeEmptyDirs="false">
<fileset dir="plugins/">
<include name="*/lib/**"/>
</fileset>