diff options
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/common.xml b/java/common.xml index f503a5c7da..6bb71ef24e 100644 --- a/java/common.xml +++ b/java/common.xml @@ -116,10 +116,9 @@ <attribute name="dir"/> <attribute name="name"/> <attribute name="excludes" default=""/> - <attribute name="erroronmissingdir" default="true"/> <sequential> - <dirset id="@{dir}.refid" dir="@{dir}" excludes="@{excludes}" erroronmissingdir="@{erroronmissingdir}"> + <dirset id="@{dir}.refid" dir="@{dir}" excludes="@{excludes}"> <present targetdir="@{dir}"> <mapper type="glob" from="*" to="*/build.xml" /> </present> |
