diff options
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/build.xml | 2 | ||||
| -rw-r--r-- | qpid/java/client-plugins/.gitignore | 0 | ||||
| -rw-r--r-- | qpid/java/client-plugins/README.txt | 21 | ||||
| -rw-r--r-- | qpid/java/common.xml | 3 |
4 files changed, 23 insertions, 3 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index b8441af3a5..9d07f4e4cc 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -23,7 +23,7 @@ <import file="common.xml"/> <findSubProjects name="broker-plugins" dir="broker-plugins"/> - <findSubProjects name="client-plugins" dir="client-plugins" erroronmissingdir="false"/> + <findSubProjects name="client-plugins" dir="client-plugins"/> <findSubProjects name="management" dir="management" excludes="common,example"/> <property name="modules.core" value="junit-toolkit common management/common broker client tools"/> diff --git a/qpid/java/client-plugins/.gitignore b/qpid/java/client-plugins/.gitignore new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qpid/java/client-plugins/.gitignore diff --git a/qpid/java/client-plugins/README.txt b/qpid/java/client-plugins/README.txt new file mode 100644 index 0000000000..64884f27a2 --- /dev/null +++ b/qpid/java/client-plugins/README.txt @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +Placeholder directory to allow for the building of client side optional modules such as transports or custom SASL modules etc. Analogous to +broker-plugins. 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> |
