summaryrefslogtreecommitdiff
path: root/qpid/java/common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index f503a5c7da..6bb71ef24e 100644
--- a/qpid/java/common.xml
+++ b/qpid/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>