Author: antelder
Date: Tue Jan 19 10:54:46 2010
New Revision: 900723
URL: http://svn.apache.org/viewvc?rev=900723&view=rev
Log:
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)
Modified:
tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml
Modified: tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml?rev=900723&r1=900722&r2=900723&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/distribution/pom.xml Tue Jan 19 10:54:46
2010
@@ -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>