diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-03 12:08:17 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-03 12:08:17 +0000 |
commit | 8265e9dbfcc43fbba870081f0e6ef48223f9379c (patch) | |
tree | 5e668deffa693ee946eccc8f7af668188ed3f0eb /sca-java-2.x/trunk/itest | |
parent | 96517b984103f4b909cf1243be555c5a511262e4 (diff) |
Take out the JMS callbacks itest for now as there's an intermitent problem with spaces going missing
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906022 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest')
-rw-r--r-- | sca-java-2.x/trunk/itest/jms/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/itest/jms/pom.xml b/sca-java-2.x/trunk/itest/jms/pom.xml index cccfe5c657..ad92cd5eec 100644 --- a/sca-java-2.x/trunk/itest/jms/pom.xml +++ b/sca-java-2.x/trunk/itest/jms/pom.xml @@ -31,7 +31,6 @@ <modules>
<module>args</module>
- <module>callbacks</module>
<module>defaults</module>
<module>DynamicReplyQ</module>
<module>exceptions</module>
@@ -60,6 +59,7 @@ <module>uri-rpc</module>
<!-- still to bring up in 2.x
+ <module>callbacks</module>
<module>definitions</module>
-->
|