fixed failing copy
This commit is contained in:
parent
da290e570f
commit
27abb20728
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Copy plugin libs -->
|
<!-- Copy plugin libs -->
|
||||||
<copy todir="${releaseDir}/lib" flatten="true" includeEmptyDirs="false">
|
<copy todir="${releaseDir}/lib" flatten="true" includeEmptyDirs="false" failonerror="false">
|
||||||
<fileset dir="plugins/">
|
<fileset dir="plugins/">
|
||||||
<include name="*/lib/**"/>
|
<include name="*/lib/**"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue