summaryrefslogtreecommitdiff
path: root/java/tools
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-13 15:36:17 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-13 15:36:17 +0000
commit631a22a29f00c3db927d8e549b9b05d3e515dc4e (patch)
tree35e29261b0156a4757f2e35e3e5bb2bf0c62cdc3 /java/tools
parent9f25b946c16fc2886b8428ac1de80e11f20c88da (diff)
downloadqpid-python-631a22a29f00c3db927d8e549b9b05d3e515dc4e.tar.gz
QPID-3994: trivial changes to the build.xml files to aid people regenerating their Eclipse project files using Ant Eclipse following the Ivy related changes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1337925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/tools')
-rw-r--r--java/tools/build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/tools/build.xml b/java/tools/build.xml
index 7cd1b1172c..99b0375e95 100644
--- a/java/tools/build.xml
+++ b/java/tools/build.xml
@@ -7,9 +7,9 @@
- 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
@@ -19,7 +19,6 @@
-
-->
<project name="Qpid Tools" default="build">
-
<property name="module.depends" value="client common"/>
<import file="../module.xml"/>