diff options
| author | Keith Wall <kwall@apache.org> | 2011-08-22 10:08:33 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-08-22 10:08:33 +0000 |
| commit | 12d4e2588c9f9c5eab2fc89d38eb6c4ca59d09b7 (patch) | |
| tree | 4883999e1712d92bbcb08650ba953afc8e748320 /qpid/java/common.xml | |
| parent | ef341e566becb48cb06913cded9098ea627983e1 (diff) | |
| download | qpid-python-12d4e2588c9f9c5eab2fc89d38eb6c4ca59d09b7.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@1160180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 3 |
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> |
