summaryrefslogtreecommitdiff
path: root/qpid/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
commit5f076b6c88020ad8f248ae292aa6283d1d40f7cf (patch)
tree67eb39e95ec1b04d4a935368f502aae53174d4c5 /qpid/java/broker/build.xml
parente85262bf8f7076d81b0952fc80e52a21ec12dc51 (diff)
downloadqpid-python-5f076b6c88020ad8f248ae292aa6283d1d40f7cf.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@950635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/build.xml')
-rw-r--r--qpid/java/broker/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/broker/build.xml b/qpid/java/broker/build.xml
index 8dd7b1597f..ade90e5c5d 100644
--- a/qpid/java/broker/build.xml
+++ b/qpid/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}" />