diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-08 14:47:54 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-08 14:47:54 +0000 |
commit | b0cd2ecd6c615eb53f14376cc27cb7e6d880f577 (patch) | |
tree | 05a603896f797163442d89e87b5fefd5153456d1 /sca-java-2.x/trunk | |
parent | 136ebc0102c91170ce687bbaa85100139c164ac9 (diff) |
enable the calculator-equinox test in the distro itest suite.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942395 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/pom.xml b/sca-java-2.x/trunk/itest/distribution/pom.xml index 2f0edd33fe..c6c456bf64 100644 --- a/sca-java-2.x/trunk/itest/distribution/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/pom.xml @@ -59,6 +59,7 @@ <module>legal-checks</module> <module>binding-ws-calculator</module> <module>calculator-rmi</module> + <module>calculator-equinox</module> </modules> <build> |