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.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index d8150bac6b..f503a5c7da 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -116,9 +116,10 @@
<attribute name="dir"/>
<attribute name="name"/>
<attribute name="excludes" default=""/>
+ <attribute name="erroronmissingdir" default="true"/>
<sequential>
- <dirset id="@{dir}.refid" dir="@{dir}" excludes="@{excludes}">
+ <dirset id="@{dir}.refid" dir="@{dir}" excludes="@{excludes}" erroronmissingdir="@{erroronmissingdir}">
<present targetdir="@{dir}">
<mapper type="glob" from="*" to="*/build.xml" />
</present>
@@ -132,8 +133,6 @@
</sequential>
</macrodef>
-
-
<macrodef name="jython">
<attribute name="path"/>
<element name="args"/>