diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-02-13 17:13:45 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-02-13 17:13:45 +0000 |
| commit | 277932f6af50dc333021801df93a703a109122c9 (patch) | |
| tree | 80e1bf79fff7cdcc5c7d4509b9ee42341e7abf80 /qpid/java/client | |
| parent | c34a252326bce7ed9051dc7aa50b7fb791c5b939 (diff) | |
| download | qpid-python-277932f6af50dc333021801df93a703a109122c9.tar.gz | |
added client/example to the build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@627531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/example/build.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/qpid/java/client/example/build.xml b/qpid/java/client/example/build.xml new file mode 100644 index 0000000000..8bcd59d829 --- /dev/null +++ b/qpid/java/client/example/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="AMQ Client" default="build"> + + <property name="module.depends" value="common client"/> + + <import file="../../module.xml"/> + +</project> |
