diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-07-21 13:18:27 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-07-21 13:18:27 +0000 |
| commit | fd61b43ca3b5d9c13d763cc5bb1e01b654a76c6c (patch) | |
| tree | 71daeb0f12eaa4599cea978c2eb0d6fc7ff63745 /java/common.xml | |
| parent | cda4869856638a8a1ab83ea7830b43041fc9bd03 (diff) | |
| download | qpid-python-fd61b43ca3b5d9c13d763cc5bb1e01b654a76c6c.tar.gz | |
QPID-3365: Extend build system to build optional client-plugins.
Applied patch from Keith Wall <keith.wall@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1149163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/common.xml b/java/common.xml index d8150bac6b..f503a5c7da 100644 --- a/java/common.xml +++ b/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"/> |
