summaryrefslogtreecommitdiff
path: root/qpid/java/management/common/build.xml
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-01-07 13:32:59 +0000
committerAidan Skinner <aidan@apache.org>2009-01-07 13:32:59 +0000
commit400cf393e1a7758d7e08093fcb62bfbd1e8881a3 (patch)
treef52957f2f9ffc306c2d41b59a0edaec675168f1d /qpid/java/management/common/build.xml
parentde26a37fe587e9ddd8814c0fb9193617daf5dbc5 (diff)
downloadqpid-python-400cf393e1a7758d7e08093fcb62bfbd1e8881a3.tar.gz
QPID-1539: add management/common module. Move SASL and login code there.
Make gui depend on management common and OSGify it a bit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management/common/build.xml')
-rw-r--r--qpid/java/management/common/build.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/qpid/java/management/common/build.xml b/qpid/java/management/common/build.xml
new file mode 100644
index 0000000000..a30aa36578
--- /dev/null
+++ b/qpid/java/management/common/build.xml
@@ -0,0 +1,25 @@
+<!--
+ -
+ - 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="Management Common" default="build">
+
+ <import file="../../module.xml"/>
+
+</project>