Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit c02e45b

Browse files
committed
Fix iterate-plugins task make sure to ignore defaultexcludes, or it must be ignoring the meta.git/composer.json file
1 parent 2481375 commit c02e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/phing/build-pydio.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528

529529
<target name="iterate-plugins">
530530
<foreach param="plugin" absparam="plugin_abs_dir" target="${target}">
531-
<fileset dir="${plugins_dir}">
531+
<fileset dir="${plugins_dir}" defaultexcludes="false">
532532
<include name="*"/>
533533
</fileset>
534534
</foreach>

0 commit comments

Comments
 (0)