Exclude eventual maven targets from ant dist task.

pull/135/head
luccioman 7 years ago
parent 9982af7f04
commit 27bd1921e4

@ -327,7 +327,8 @@
<!-- copy build libs -->
<copy todir="${release_main}/libbuild">
<fileset dir="${libbuild}"
includes="**/*"/>
includes="**/*"
excludes="**/target/**"/>
</copy>
<!-- copy configuration files -->

Loading…
Cancel
Save