Author: musachy Date: Tue Dec 23 19:23:35 2008 New Revision: 729205 URL: http://svn.apache.org/viewvc?rev=729205&view=rev Log: leave just tomcat5x on IT test for now (getting failures on linux)
Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml struts/struts2/trunk/apps/showcase/pom.xml Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/pom.xml?rev=729205&r1=729204&r2=729205&view=diff ============================================================================== --- struts/struts2/trunk/apps/rest-showcase/pom.xml (original) +++ struts/struts2/trunk/apps/rest-showcase/pom.xml Tue Dec 23 19:23:35 2008 @@ -113,7 +113,7 @@ <goal>execute</goal> </goals> <configuration> - <containers>tomcat5x,jetty6x,jboss42x,resin3x</containers> + <containers>tomcat5x</containers> </configuration> </execution> </executions> Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=729205&r1=729204&r2=729205&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Tue Dec 23 19:23:35 2008 @@ -248,7 +248,7 @@ <goal>execute</goal> </goals> <configuration> - <containers>tomcat5x,jetty6x,jboss42x,resin3x</containers> + <containers>tomcat5x</containers> </configuration> </execution> </executions>