diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-07-04 17:42:12 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-07-04 17:42:12 +0000 |
| commit | 0a2270640b1b91915902b60d46cb3dd421218eda (patch) | |
| tree | 61143fe96fee950bf8b267f4d36901fa4fd53d5c /qpid/java/tools/build.xml | |
| parent | cab771639c751902b0b7dabe8a6b8f17a2c724c5 (diff) | |
| download | qpid-python-0a2270640b1b91915902b60d46cb3dd421218eda.tar.gz | |
Addition of tools directory for various Qpid Java tools
The first too JNDICheck allows the contents of a JNDI properties file to be parsed and presented as JNDI will process it.
Handly for validating the parsing of a ConnectionURL
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@674102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/tools/build.xml')
| -rw-r--r-- | qpid/java/tools/build.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/qpid/java/tools/build.xml b/qpid/java/tools/build.xml new file mode 100644 index 0000000000..cc223d4170 --- /dev/null +++ b/qpid/java/tools/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 Tools" default="build"> + + <property name="module.depends" value="client"/> + + <import file="../module.xml"/> + +</project> |
