diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-10 10:16:49 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-10 10:16:49 +0000 |
commit | d6a3aa52332425e7037baeb8f1518f6842e21364 (patch) | |
tree | d44ab9c84fd572f3ec2934eb5f8f1b00eef9604d /sca-java-2.x/trunk/itest/pom.xml | |
parent | dc3ef51fd4b5904d99ddb5f5c9657b64f31d2787 (diff) |
Add callback tests into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/itest/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/pom.xml b/sca-java-2.x/trunk/itest/pom.xml index e36a8eecb2..7a82e45805 100644 --- a/sca-java-2.x/trunk/itest/pom.xml +++ b/sca-java-2.x/trunk/itest/pom.xml @@ -52,6 +52,8 @@ <module>callback-complex-type</module> <module>callback-multiple-wires</module> <module>callback-separatethread</module> + <module>callback-two-composites</module> + <module>callback-two-nodes</module> <module>component-type</module> <module>contribution-folder</module> <module>contribution-zip</module> |