summaryrefslogtreecommitdiff
path: root/java/tools/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-07-04 17:42:12 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-07-04 17:42:12 +0000
commit3a00f4fdffe6de06873e9d4d3569bb7531adda85 (patch)
tree6088e6b6e16172610c0ea94e1c393bd7875d176c /java/tools/build.xml
parent53431e6428ac95348945d189e9f0127a5f8423d7 (diff)
downloadqpid-python-3a00f4fdffe6de06873e9d4d3569bb7531adda85.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/qpid@674102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/tools/build.xml')
-rw-r--r--java/tools/build.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/java/tools/build.xml b/java/tools/build.xml
new file mode 100644
index 0000000000..cc223d4170
--- /dev/null
+++ b/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>