summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/ws/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-16 10:18:20 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-16 10:18:20 +0000
commit147e55af252ea8ee020fb6bee3fe37dd2b556f63 (patch)
tree0837ee0cbacae7902e81ca9dd08d0c1772b0a913 /sca-java-2.x/trunk/itest/ws/pom.xml
parent10fe9dfd3f54bcaea5bb8de60aab3390fc92a895 (diff)
Add callback test case. Different from the otest in that it's testing SCA to SCA callbacks. I may combine this with the itest/callback-ws test we already have but that's testing different SCDL combinations at the moment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/ws/pom.xml')
-rw-r--r--sca-java-2.x/trunk/itest/ws/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/pom.xml b/sca-java-2.x/trunk/itest/ws/pom.xml
index 1b76f7ad56..8795fe3783 100644
--- a/sca-java-2.x/trunk/itest/ws/pom.xml
+++ b/sca-java-2.x/trunk/itest/ws/pom.xml
@@ -46,6 +46,7 @@
<!-- separate test contributions from launcher -->
<module>contribution-java-first</module>
<module>contribution-wsdl-first</module>
+ <module>contribution-callback</module>
<module>external-client</module>
<module>external-service</module>
<module>launcher-axis2</module>