summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--java/broker/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/build.xml b/java/broker/build.xml
index c6da59234c..6902049435 100644
--- a/java/broker/build.xml
+++ b/java/broker/build.xml
@@ -30,7 +30,7 @@
<property name="qmf.input.file" value="${project.root}/../specs/management-schema.xml"/>
<property name="qmf.xsl.file" value="${project.root}/broker/src/xsl/qmf.xsl"/>
- <property name="qmf.output.dir" value="${module.precompiled}/org/apache/qpid/server/qmf/schema"/>
+ <property name="qmf.output.dir" value="${module.precompiled}/org/apache/qpid/qmf/schema"/>
<property name="qmf.output.file" value="BrokerSchema.java"/>
<property name="gentools.home" location="${project.root}/../gentools" />