summaryrefslogtreecommitdiff
path: root/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
commit3022b6bb226f1d36c0ed10d5339e674e7ff3de6b (patch)
tree16503137005072b9e1331113df919a10320a94cd /java/pom.xml
parent775da8d9750875533d54767f0e0630c66b5785f8 (diff)
downloadqpid-python-3022b6bb226f1d36c0ed10d5339e674e7ff3de6b.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/qpid@599216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml
index f99b9ae488..222c3939d4 100644
--- a/java/pom.xml
+++ b/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>