diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 10:54:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 10:54:46 +0000 |
commit | 70f152b6f0b5a59d28594f407b6da47b7f7a61a7 (patch) | |
tree | 44d67860d0c6041b91f3386e7f54e1d8b8b98f04 | |
parent | d5df99bd619609d46fe753877f4b6b5fc8682b5e (diff) |
Take out the webapp itests to see if that bypasses the hudson too many open files problem (as simon mentioned that it looks like it might be these itests holding on to files)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/pom.xml | 2 |
1 files changed, 2 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 49bca4c4ea..d63969769f 100644 --- a/sca-java-2.x/trunk/itest/distribution/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/pom.xml @@ -59,12 +59,14 @@ <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-js-client</module> <module>webapp-helloworld-jsp</module> <module>webapp-helloworld-servlet</module> <module>webapp-helloworld-stripes</module> +--> </modules> <build> |