summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-11-29 00:08:07 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-11-29 00:08:07 +0000
commitbc20549a8a418e84f600097023512942dee6cfba (patch)
tree2f059af6fabeae8046ff8176a7baad2281557bd1 /qpid/java/pom.xml
parent68f82de614506beff1fa6f67cf1aa1588ce2eb2b (diff)
downloadqpid-python-bc20549a8a418e84f600097023512942dee6cfba.tar.gz
Enabled the broker module again, and Commented out the offending class that had compilation errors due missing classes from the new mina version
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index f99b9ae488..222c3939d4 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -149,7 +149,7 @@ under the License.
<modules>
<module>plugins</module>
<module>common</module>
- <!-- <module>broker</module> -->
+ <module>broker</module>
<module>client</module>
<module>cluster</module>
<module>systests</module>