summaryrefslogtreecommitdiff
path: root/java/broker-plugins/access-control/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-05-31 16:04:45 +0000
committerRobert Gemmell <robbie@apache.org>2010-05-31 16:04:45 +0000
commit5b9f0c5168d17c2d61a114d32749f11a833eacd9 (patch)
tree746111a25934e4ffe37c26e192769702842b6eeb /java/broker-plugins/access-control/build.xml
parent48e49bef0775e91625ba7b5c03823dbaca943bf7 (diff)
downloadqpid-python-5b9f0c5168d17c2d61a114d32749f11a833eacd9.tar.gz
QPID-2542: Implement ACL checking as OSGi plugin
Applied patch from Andrew Kennedy <andrew.international@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/access-control/build.xml')
-rw-r--r--java/broker-plugins/access-control/build.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/java/broker-plugins/access-control/build.xml b/java/broker-plugins/access-control/build.xml
new file mode 100644
index 0000000000..ae56abcb77
--- /dev/null
+++ b/java/broker-plugins/access-control/build.xml
@@ -0,0 +1,29 @@
+<!--
+ - 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.
+ -->
+<project name="Qpid Broker-Plugins Access Control" default="build">
+ <property name="module.depends" value="common management/common broker broker-plugins" />
+ <property name="module.test.depends" value="junit-toolkit broker/test" />
+
+ <property name="module.manifest" value="MANIFEST.MF" />
+ <property name="module.plugin" value="true" />
+
+ <import file="../../module.xml" />
+
+ <target name="bundle" depends="bundle-tasks" />
+</project> \ No newline at end of file