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:35:51 UTC

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

Author: antelder
Date: Wed Jan  6 19:35:50 2010
New Revision: 896635

URL: http://svn.apache.org/viewvc?rev=896635&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=896635&r1=896634&r2=896635&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:35:50 2010
@@ -33,8 +33,10 @@
     <modules>
         <module>tomcat-hook</module>
         <module>tomcat-servlet</module>
+<!-- 
         <module>tomcat-war</module>
         <module>testing</module>
+-->
     </modules>
 
 </project>