You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/06 20:50:54 UTC

svn commit: r896646 - /tuscany/sca-java-2.x/trunk/distribution/tomcat/pom.xml

Author: antelder
Date: Wed Jan  6 19:50:51 2010
New Revision: 896646

URL: http://svn.apache.org/viewvc?rev=896646&view=rev
Log:
As a test take the Tomcat war distribution out of the build and kick off a Hudson build to see how that goes

Modified:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/pom.xml?rev=896646&r1=896645&r2=896646&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/pom.xml Wed Jan  6 19:50:51 2010
@@ -33,8 +33,10 @@
     <modules>
         <module>tomcat-hook</module>
         <module>tomcat-servlet</module>
+<!--
         <module>tomcat-war</module>
         <module>testing</module>
+-->
     </modules>
 
 </project>