diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-04-04 21:10:07 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-04-04 21:10:07 +0000 |
| commit | e70c313cebf1c11ef77b32c0766a69a2d66cd134 (patch) | |
| tree | ab7be312ee56b53ed17bcac0f0565c485a5a6fd4 /qpid/java/amqp-1-0-client/build.xml | |
| parent | 2db8073cfd87aff6ac64de3128f1ebb2952ca0db (diff) | |
| download | qpid-python-e70c313cebf1c11ef77b32c0766a69a2d66cd134.tar.gz | |
QPID-3933 : [Java] Add interim AMQP 1-0 implementation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/amqp-1-0-client/build.xml')
| -rw-r--r-- | qpid/java/amqp-1-0-client/build.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/qpid/java/amqp-1-0-client/build.xml b/qpid/java/amqp-1-0-client/build.xml new file mode 100644 index 0000000000..173d7540d4 --- /dev/null +++ b/qpid/java/amqp-1-0-client/build.xml @@ -0,0 +1,29 @@ +<!-- + - + - 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="AMQP 1.0 Client" default="build"> + + <property name="module.genpom" value="true"/> + <property name="module.depends" value="amqp-1-0-common"/> + + + <import file="../module.xml"/> + +</project> |
