summaryrefslogtreecommitdiff
path: root/gentools/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-02-14 16:10:28 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-02-14 16:10:28 +0000
commit067dda8ecd889fab2a0f0dbd2589fe94f3bd49a2 (patch)
tree1e7eb3bcafbf56fcecb586afe3867ada9d29bc1e /gentools/build.xml
parent6595e4e52293b5bce372593de2e106e7b2f9b3b2 (diff)
downloadqpid-python-067dda8ecd889fab2a0f0dbd2589fe94f3bd49a2.tar.gz
Missed the commit on these for QPID-162 supplied by Kevin Smith
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gentools/build.xml')
-rw-r--r--gentools/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentools/build.xml b/gentools/build.xml
index 8fba85bc57..d35790f714 100644
--- a/gentools/build.xml
+++ b/gentools/build.xml
@@ -22,7 +22,7 @@
<property name="src" location="src" />
<target name="compile">
- <javac srcdir="${src}" source="1.5" fork="true" />
+ <javac srcdir="${src}" source="1.5" fork="true" debug="on"/>
</target>
<target name="clean">