summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/itest/domainmgr/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-30 23:45:33 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-30 23:45:33 +0000
commit1a6c59e5a31989365ba114b80bd017cd18dd770d (patch)
treeafd59183a35894cdf548e089276cd1de5afc20fa /branches/sca-java-1.5.1/itest/domainmgr/pom.xml
parente27e42510782dca9b307b33b35eb1450a6cf3be8 (diff)
Fix TUSCANY-3170 (add callback URI configuration support to domain manager) and add itest/domainmgr/callback test case
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-java-1.5.1/itest/domainmgr/pom.xml b/branches/sca-java-1.5.1/itest/domainmgr/pom.xml
index 8fbd61d1e2..0e82cb4e62 100644
--- a/branches/sca-java-1.5.1/itest/domainmgr/pom.xml
+++ b/branches/sca-java-1.5.1/itest/domainmgr/pom.xml
@@ -38,5 +38,7 @@
<modules>
<module>basic</module>
<module>transaction</module>
+ <module>error</module>
+ <module>callback</module>
</modules>
</project>