Author: antelder
Date: Sat Feb 21 08:25:02 2009
New Revision: 746451
URL: http://svn.apache.org/viewvc?rev=746451&view=rev
Log:
Add the webapp itests to the build
Modified:
tuscany/java/sca/itest/distribution/pom.xml
Modified: tuscany/java/sca/itest/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/itest/distribution/pom.xml?rev=746451&r1=746450&r2=746451&view=diff
==============================================================================
--- tuscany/java/sca/itest/distribution/pom.xml (original)
+++ tuscany/java/sca/itest/distribution/pom.xml Sat Feb 21 08:25:02 2009
@@ -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>