diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-07 13:17:56 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-07 13:17:56 +0000 |
commit | e5eaa7fe07d883c1c543e32dcfa79c76c783271a (patch) | |
tree | 103c3128ad40f5ea9f6c6fffedb5355fec051e7d /java/sca/itest/jms | |
parent | 341bbd37a920203ba1c4752a1c2d774b682838b8 (diff) |
Add in the format-jmstextxmlinjmsobjectout itest to the build as it works now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822714 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/jms')
-rw-r--r-- | java/sca/itest/jms/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/jms/pom.xml b/java/sca/itest/jms/pom.xml index d83030e9ca..32fb2aa26c 100644 --- a/java/sca/itest/jms/pom.xml +++ b/java/sca/itest/jms/pom.xml @@ -41,6 +41,7 @@ <module>format-jmsdefault</module>
<module>format-jmsmessage</module>
<module>format-jmstext</module>
+ <module>format-jmstextxmlinjmsobjectout</module>
<module>non-sca-client</module>
<module>noreplyto</module>
<module>nulls</module>
@@ -61,7 +62,6 @@ <module>format-jmsobject</module>
<module>format-jmstextxml</module>
- <module>format-jmstextxmlinjmsobjectout</module>
-->
</modules>
|