diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-04-23 15:45:25 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-04-23 15:45:25 +0000 |
| commit | aa9dbeb478081e2a464d9eef7c6f9d576e07d2b1 (patch) | |
| tree | 507d7f30cc89a5ab56144e957404677406455fa2 /java/broker-plugins/extras/build.xml | |
| parent | 8b66d7fd2d9d672835b02a6436d135eb77649b3d (diff) | |
| download | qpid-python-aa9dbeb478081e2a464d9eef7c6f9d576e07d2b1.tar.gz | |
QPID-2531, QPID-2530 : Applied patches from Sorin Suciu to refactor broker-plugins directory and link new OSGi plugins to build system.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@937345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/extras/build.xml')
| -rw-r--r-- | java/broker-plugins/extras/build.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/java/broker-plugins/extras/build.xml b/java/broker-plugins/extras/build.xml new file mode 100644 index 0000000000..b8e3aa1ef2 --- /dev/null +++ b/java/broker-plugins/extras/build.xml @@ -0,0 +1,31 @@ +<!-- + - + - Licensed to the Apache Software Foundation (ASF) under one +nn - or more contributor license agreements. See the NOTICE file + -n 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="AMQ Broker-Plugins" default="build"> + + <property name="module.depends" value="client management/common broker common junit-toolkit"/> + <property name="module.manifest" value="MANIFEST.MF"/> + <property name="module.plugin" value="true"/> + + <import file="../../module.xml"/> + + <target name="bundle" depends="bundle-tasks"/> + +</project> |
