[gatein-commits] gatein SVN: r6019 - components/pc/trunk/portal/src/main/resources/simple-portal-war/WEB-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 14 16:03:16 EDT 2011


Author: thomas.heute at jboss.com
Date: 2011-03-14 16:03:16 -0400 (Mon, 14 Mar 2011)
New Revision: 6019

Modified:
   components/pc/trunk/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml
Log:
GTNPC-45 : Remove JBoss MC usage from pc test suite execution\nRevert wrong commit

Modified: components/pc/trunk/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml
===================================================================
--- components/pc/trunk/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml	2011-03-14 16:18:04 UTC (rev 6018)
+++ components/pc/trunk/portal/src/main/resources/simple-portal-war/WEB-INF/web.xml	2011-03-14 20:03:16 UTC (rev 6019)
@@ -47,7 +47,7 @@
       <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <listener>
-      <listener-class>org.gatein.pc.test.bootstrap.ServletContextBootstrap</listener-class>
+      <listener-class>org.gatein.common.mc.bootstrap.WebBootstrap</listener-class>
    </listener>
    <servlet>
       <servlet-name>ContainerServlet</servlet-name>



More information about the gatein-commits mailing list