summaryrefslogtreecommitdiff
path: root/qpid/gentools
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
commit5ba2d8238023f6adc481813f0cb9cee1ab18af6b (patch)
tree11afe08508b5e7b9693486e7a9b784c4da920c15 /qpid/gentools
parent49dca33a6c050d8b08f0a82ca097cf37116030ff (diff)
downloadqpid-python-5ba2d8238023f6adc481813f0cb9cee1ab18af6b.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@507598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/gentools')
-rw-r--r--qpid/gentools/build.xml2
-rw-r--r--qpid/gentools/templ.java/MethodBodyClass.tmpl2
-rw-r--r--qpid/gentools/templ.java/MethodRegistryClass.tmpl1
3 files changed, 1 insertions, 4 deletions
diff --git a/qpid/gentools/build.xml b/qpid/gentools/build.xml
index 8fba85bc57..d35790f714 100644
--- a/qpid/gentools/build.xml
+++ b/qpid/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">
diff --git a/qpid/gentools/templ.java/MethodBodyClass.tmpl b/qpid/gentools/templ.java/MethodBodyClass.tmpl
index 99663ed815..eb730fd891 100644
--- a/qpid/gentools/templ.java/MethodBodyClass.tmpl
+++ b/qpid/gentools/templ.java/MethodBodyClass.tmpl
@@ -29,8 +29,6 @@
package org.apache.qpid.framing;
import java.util.HashMap;
-import java.util.ArrayList;
-import java.util.Arrays;
import org.apache.mina.common.ByteBuffer;
diff --git a/qpid/gentools/templ.java/MethodRegistryClass.tmpl b/qpid/gentools/templ.java/MethodRegistryClass.tmpl
index c3f11d9f5a..77a2e963e7 100644
--- a/qpid/gentools/templ.java/MethodRegistryClass.tmpl
+++ b/qpid/gentools/templ.java/MethodRegistryClass.tmpl
@@ -29,7 +29,6 @@
package org.apache.qpid.framing;
import java.util.HashMap;
-import java.lang.reflect.Constructor;
import org.apache.log4j.Logger;
import org.apache.mina.common.ByteBuffer;