Author: dhinojosa
Date: 2012-04-04 16:51:45 -0400 (Wed, 04 Apr 2012)
New Revision: 14508

Modified:
   
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/drools/drools-web/src/main/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/guice/guice-web/src/main/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/glassfish/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/glassfish/webapp/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-tomcat/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic10/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere7/WEB-INF/faces-config.xml
   
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml
Log:
removed application element from all faces-config.xml except the spring module 
which has its own settings

Modified: 
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/faces-config.xml
     2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/blog/blog-web/src/main/webapp/WEB-INF/faces-config.xml
     2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,12 +2,6 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-
-    <!-- Facelets support -->
-    <application>
-        <message-bundle>messages</message-bundle>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
         
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/faces-config.xml
       2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/src/main/webapp/WEB-INF/faces-config.xml
       2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,12 +2,5 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-        
-    <!-- Facelets support -->
-
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/drools/drools-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/drools/drools-web/src/main/webapp/WEB-INF/faces-config.xml
 2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/drools/drools-web/src/main/webapp/WEB-INF/faces-config.xml
 2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,6 +2,6 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/faces-config.xml
   2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/faces-config.xml
   2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,11 +2,5 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-
-    <!-- Facelets support -->
-
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/guice/guice-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/guice/guice-web/src/main/webapp/WEB-INF/faces-config.xml
   2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/guice/guice-web/src/main/webapp/WEB-INF/faces-config.xml
   2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,10 +2,5 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-    
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/glassfish/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/glassfish/webapp/WEB-INF/faces-config.xml
      2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/glassfish/webapp/WEB-INF/faces-config.xml
      2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,12 +2,6 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-        
-    <!-- Facelets support -->
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/WEB-INF/faces-config.xml
   2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/webapp/WEB-INF/faces-config.xml
   2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,12 +2,5 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-        
-    <!-- Facelets support -->
-
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
       2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
       2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,12 +2,6 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-        
-    <!-- Facelets support -->
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
      2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/hibernate/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
      2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,12 +2,6 @@
 <faces-config version="1.2"
               xmlns="http://java.sun.com/xml/ns/javaee";
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-        
-    <!-- Facelets support -->
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/glassfish/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/glassfish/webapp/WEB-INF/faces-config.xml
  2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/src/glassfish/webapp/WEB-INF/faces-config.xml
  2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,11 +2,6 @@
 <faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
-    <!-- Facelets support -->
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-tomcat/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-tomcat/WEB-INF/faces-config.xml
 2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-tomcat/WEB-INF/faces-config.xml
 2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,11 +2,6 @@
 <faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
-    <!-- Facelets support -->
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic10/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic10/WEB-INF/faces-config.xml
     2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic10/WEB-INF/faces-config.xml
     2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,11 +2,5 @@
 <faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-
-    <!-- Facelets support -->
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
     2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-weblogic92/WEB-INF/faces-config.xml
     2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,11 +2,6 @@
 <faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
-    <!-- Facelets support -->
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
    2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere61/WEB-INF/faces-config.xml
    2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,11 +2,5 @@
 <faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
-
-    <!-- Facelets support -->
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere7/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere7/WEB-INF/faces-config.xml
     2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/jpa/other-configurations/resources-websphere7/WEB-INF/faces-config.xml
     2012-04-04 20:51:45 UTC (rev 14508)
@@ -2,11 +2,6 @@
 <faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>
+   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd";>
 
-    <!-- Facelets support -->
-    <application>
-        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
-    </application>
-    
 </faces-config>

Modified: 
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- 
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml
     2012-04-04 16:09:23 UTC (rev 14507)
+++ 
branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml
     2012-04-04 20:51:45 UTC (rev 14508)
@@ -4,9 +4,5 @@
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2:1.xsd";>
 
-<!--     <application> -->
-<!--         <view-handler>com.sun.facelets.FaceletViewHandler</view-handler> 
-->
-<!--     </application> -->
-    
 </faces-config>
 

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to