diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2006-11-15 15:56:25 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2006-11-15 15:56:25 +0000 |
| commit | 39d0aa6f89df0b077c90e48d6eb0fd33255157be (patch) | |
| tree | bf23c4b5d3a362f715d185ecb3afb510064813e3 /java/cluster/build-module.xml | |
| parent | e1e0690c63474d0b974eee93b9a5a20fc67c2975 (diff) | |
| download | qpid-python-39d0aa6f89df0b077c90e48d6eb0fd33255157be.tar.gz | |
Creating a branch for M1 release
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M1@475278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/cluster/build-module.xml')
| -rw-r--r-- | java/cluster/build-module.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/cluster/build-module.xml b/java/cluster/build-module.xml new file mode 100644 index 0000000000..9bca44fe66 --- /dev/null +++ b/java/cluster/build-module.xml @@ -0,0 +1,24 @@ +<!-- + - + - 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 Cluster" default="build"> + <property name="module.depends" value="common,broker,client"/> + <import file="../module.xml"/> +</project> |
