diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-09 14:04:21 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-09 14:04:21 +0000 |
commit | d1cd7bc6713f63f435543c8cf0a7c3eeb2a39c80 (patch) | |
tree | 7c5b5d688f96dab81b2d7dd6d5857fc8fcad748a | |
parent | 6daac2ac36b76c7c48b10846ce078c7b3b0cd6af (diff) |
add init and concurrency tests to build.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068897 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/trunk/itest/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/itest/pom.xml b/sca-java-1.x/trunk/itest/pom.xml index 13d87d9931..de22d1b188 100644 --- a/sca-java-1.x/trunk/itest/pom.xml +++ b/sca-java-1.x/trunk/itest/pom.xml @@ -73,6 +73,7 @@ <module>callback-set-callback</module> <module>callback-set-conversation</module> <module>component-type</module> + <module>concurrency</module> <module>contribution</module> <module>contribution-multiple</module> <module>contribution-import-export</module> @@ -101,6 +102,7 @@ <module>interop-soap-round2-client</module> <module>interop-soap-service</module> --> + <module>java-init-exceptions</module> <module>jaxws</module> <module>jms</module> <module>jms-args</module> |