summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-07-15 11:36:41 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-07-15 11:36:41 +0000
commit2b5fa5a3312091c0818e3105c99390c4e5bde8a7 (patch)
tree8da6a7945f522ccd325b19a69380eeec9d7d7803 /java/build.xml
parent5c732b199e21e34d942bbbadca3c25e1fcf6b101 (diff)
downloadqpid-python-2b5fa5a3312091c0818e3105c99390c4e5bde8a7.tar.gz
QPID-1176 : Updated Tasks and gentools build to use the java.source and java.target values. Added echo statements to show the targeted build Updated other info echo statements to be an info level so they will not print with -q.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@676884 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml
index 15844cac1a..d639ae0e34 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -158,6 +158,7 @@
<iterate target="clean"/>
<delete dir="${build}"/>
<delete dir="${release}"/>
+ <delete dir="${tasks.classes}"/>
</target>
</project>