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 | fac55474706bd3bb736c8977c7cf1deb1945b2a0 (patch) | |
| tree | 5b02a3a6a7f3e341c4ed45d61fd662c245cbbf05 /java/client/example | |
| parent | 4deb3b4fd425aecd74c8c00983a199dd139df858 (diff) | |
| download | qpid-python-fac55474706bd3bb736c8977c7cf1deb1945b2a0.tar.gz | |
added client/example to the build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@627531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example')
| -rw-r--r-- | java/client/example/build.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/java/client/example/build.xml b/java/client/example/build.xml new file mode 100644 index 0000000000..8bcd59d829 --- /dev/null +++ b/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> |
