diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-21 08:25:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-21 08:25:02 +0000 |
commit | 0c0edfa0f84e4ba1007387ea5cda67bc54b3b307 (patch) | |
tree | cbbae73f67b531e4e420b8e2e7d3316d8290b5c2 | |
parent | 0fa9815607844e6a7283a5936febd805e66d84b8 (diff) |
Add the webapp itests to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746451 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/itest/distribution/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/itest/distribution/pom.xml b/java/sca/itest/distribution/pom.xml index 3a8273ccf7..387ece209f 100644 --- a/java/sca/itest/distribution/pom.xml +++ b/java/sca/itest/distribution/pom.xml @@ -38,6 +38,8 @@ <module>binding-ws-calculator</module>
<module>calculator-rmi</module>
<module>implementation-java-calculator</module>
+ <module>webapp-helloworld</module>
+ <module>webapp-helloworld-jsp</module>
</modules>
</project>
|