diff options
author | Robert Gemmell <robbie@apache.org> | 2010-02-05 10:11:44 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2010-02-05 10:11:44 +0000 |
commit | 224c687c85c57f3b273dc4aeda2a810840f931eb (patch) | |
tree | b9d7a93bcae67c4319deb48b85e52da27a3cccbc | |
parent | c0f2907db8963880879a35dc58105fc1ece32b32 (diff) | |
download | qpid-python-224c687c85c57f3b273dc4aeda2a810840f931eb.tar.gz |
QPID-2379: update the generated output dir to be consistent with its package heirarchy
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906888 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/broker/build.xml | 2 |
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" /> |