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 | acfdb12db461549d7886ab5049e6da7ed8551053 (patch) | |
| tree | 584438f558d6dd01ffc13ba57c22a5271f4ac787 /qpid/java/management | |
| parent | 88cd0e14d9c8b981da2424aec1f205acc37b2782 (diff) | |
| download | qpid-python-acfdb12db461549d7886ab5049e6da7ed8551053.tar.gz | |
QPID-1343: added build scripts for management/client
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@703270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/management')
| -rw-r--r-- | qpid/java/management/client/build.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/qpid/java/management/client/build.xml b/qpid/java/management/client/build.xml new file mode 100644 index 0000000000..b0cd3d1b37 --- /dev/null +++ b/qpid/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> |
