summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-03-07 10:27:25 +0000
committerRobert Greig <rgreig@apache.org>2007-03-07 10:27:25 +0000
commit7d445019d347ce3bfa680ca63bc6b6e78ee75da7 (patch)
tree44382737bbcaa85cd9c1c3dbb2dd0aaaf948600b /qpid/java/pom.xml
parent06b2b7958092a205768cdb1ddd37668a7a288d0f (diff)
downloadqpid-python-7d445019d347ce3bfa680ca63bc6b6e78ee75da7.tar.gz
(Patch submitted by Rupert Smith). Removed client-java14 module, as it is doing something strange to the maven build. Will add back once issues are resolved.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@515517 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index 270e73bc1a..8f4c44da49 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -145,7 +145,10 @@ under the License.
<module>integrationtests</module>
<module>management/eclipse-plugin</module>
<module>client/example</module>
- <module>client-java14</module>
+
+ <!-- Commented out for the moment, some wacky dependency stuff going on here that needs a better solution. -->
+ <!--<module>client-java14</module>-->
+
</modules>
<build>