diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 07:47:25 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-02 07:47:25 +0000 |
commit | 489798a799fff6554897f82e5f6b2ab363bb2548 (patch) | |
tree | d37bc6faac858be2544b64768aff6fb0a120e380 | |
parent | d3c791eaca5f51ad94d5e1cc88bc9129a78747a2 (diff) |
Merge change from trunk to m3 branch to include legal-checks itest in build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790484 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-2.0-M3/itest/distribution/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M3/itest/distribution/pom.xml b/branches/sca-java-2.0-M3/itest/distribution/pom.xml index 2de21db322..5055bee2c3 100644 --- a/branches/sca-java-2.0-M3/itest/distribution/pom.xml +++ b/branches/sca-java-2.0-M3/itest/distribution/pom.xml @@ -38,6 +38,7 @@ <module>binding-ws-calculator</module>
<module>calculator-rmi</module>
<module>implementation-java-calculator</module>
+ <module>legal-checks</module>
<module>webapp-helloworld</module>
<module>webapp-helloworld-bpel</module>
<module>webapp-helloworld-jsp</module>
|