[gatein-commits] gatein SVN: r2208 - portal/trunk/examples/skins/simpleskin/src/main/webapp/WEB-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 12 06:42:13 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-03-12 06:42:12 -0500 (Fri, 12 Mar 2010)
New Revision: 2208

Modified:
   portal/trunk/examples/skins/simpleskin/src/main/webapp/WEB-INF/web.xml
Log:
Has to match the war name...


Modified: portal/trunk/examples/skins/simpleskin/src/main/webapp/WEB-INF/web.xml
===================================================================
--- portal/trunk/examples/skins/simpleskin/src/main/webapp/WEB-INF/web.xml	2010-03-12 11:22:29 UTC (rev 2207)
+++ portal/trunk/examples/skins/simpleskin/src/main/webapp/WEB-INF/web.xml	2010-03-12 11:42:12 UTC (rev 2208)
@@ -24,7 +24,7 @@
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
         version="2.5">
-        <display-name>simpleDeployableSkin</display-name>
+        <display-name>gatein-sample-skin</display-name>
    <filter>
     <filter-name>ResourceRequestFilter</filter-name>
     <filter-class>org.exoplatform.portal.application.ResourceRequestFilter</filter-class>



More information about the gatein-commits mailing list