diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:45:21 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-10-09 21:45:21 +0000 |
| commit | e7ceead683231ef2cb35a6ee70488e859f023d12 (patch) | |
| tree | c2f0a312bb3b57ab6c65d7d3c0fbfcae2d32fe60 /java/management | |
| parent | e0389bd4dc0acbb764e2e85f2ba7272139798cea (diff) | |
| download | qpid-python-e7ceead683231ef2cb35a6ee70488e859f023d12.tar.gz | |
QPID-1343: added build scripts for management/client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management')
| -rw-r--r-- | java/management/client/build.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/java/management/client/build.xml b/java/management/client/build.xml new file mode 100644 index 0000000000..b0cd3d1b37 --- /dev/null +++ b/java/management/client/build.xml @@ -0,0 +1,27 @@ +<!-- + - + - 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 Management Client" default="build"> + + <property name="module.depends" value="client common"/> + + <import file="../../module.xml"/> + +</project> |
