summaryrefslogtreecommitdiff
path: root/java/broker/build.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-06-02 16:40:57 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-06-02 16:40:57 +0000
commit5beb23a46083a25c92fb61bd7116c5673b473d66 (patch)
tree2890272525e028bd802f8e4422a53678816ef3d1 /java/broker/build.xml
parentda6dbf0eeafcc951c02f510bb26a68575b2598ed (diff)
downloadqpid-python-5beb23a46083a25c92fb61bd7116c5673b473d66.tar.gz
QPID-2625 : Update GenerateLogMessages to probe the property file for 3-Digit LoggingClasses and use that as the basis for generation. Expose LogSubjects from Queue and Session.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/build.xml')
-rw-r--r--java/broker/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/broker/build.xml b/java/broker/build.xml
index 8dd7b1597f..ade90e5c5d 100644
--- a/java/broker/build.xml
+++ b/java/broker/build.xml
@@ -79,6 +79,8 @@
<arg value="${generated.dir}"/>
<arg value="-t"/>
<arg value="${project.root}/broker/src/velocity/templates/org/apache/qpid/server/logging/messages"/>
+ <arg value="-r"/>
+ <arg value="org.apache.qpid.server.logging.messages.LogMessages"/>
<classpath>
<pathelement path="${project.root}/broker/src/main/java"/>
<pathelement path="${velocity.compile.dir}" />