summaryrefslogtreecommitdiff
path: root/java/common.xml
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2011-08-22 10:08:33 +0000
committerKeith Wall <kwall@apache.org>2011-08-22 10:08:33 +0000
commit2d85e9de8b5b5f791f28826abe7111a0b4fd633a (patch)
treee70105f66c66b4da53561c1096c19a8132824e19 /java/common.xml
parentcea11a7313c274db3877790142bea4157f0d6ca0 (diff)
downloadqpid-python-2d85e9de8b5b5f791f28826abe7111a0b4fd633a.tar.gz
QPID-3365: Reverted change to build system to avoid dependency on Ant 1.7.1. client-plugins is now a placeholder empty dir.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1160180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
-rw-r--r--java/common.xml3
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>