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-26 20:36:02 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-26 20:36:02 +0000
commit3ab88505030fccad43563207ae97226f652ce206 (patch)
treec59a07369fd597e34537aac59421726e84375fc4 /branches/sca-java-1.5.1/itest/domainmgr/pom.xml
parent9c0d7eda738c8523490cfe3d0d5f94078d1f6613 (diff)
Fix TUSCANY-3171 (domain manager does not load definitions.xml files)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797987 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/itest/domainmgr/pom.xml')
-rw-r--r--branches/sca-java-1.5.1/itest/domainmgr/pom.xml3
1 files changed, 2 insertions, 1 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 b197b506fb..8fbd61d1e2 100644
--- a/branches/sca-java-1.5.1/itest/domainmgr/pom.xml
+++ b/branches/sca-java-1.5.1/itest/domainmgr/pom.xml
@@ -33,9 +33,10 @@
<packaging>pom</packaging>
<build>
- <defaultGoal>install</defaultGoal>
+ <defaultGoal>install</defaultGoal>
</build>
<modules>
<module>basic</module>
+ <module>transaction</module>
</modules>
</project>