Author: gerdogdu
Date: Tue May 18 13:57:33 2010
New Revision: 945655

URL: http://svn.apache.org/viewvc?rev=945655&view=rev
Log:
Update to JSF2

Modified:
    openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml

Modified: 
openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml?rev=945655&r1=945654&r2=945655&view=diff
==============================================================================
--- 
openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml 
(original)
+++ 
openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml 
Tue May 18 13:57:33 2010
@@ -17,9 +17,10 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee";
+<faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee";
  xmlns:xi="http://www.w3.org/2001/XInclude";
- 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";>
+ 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_0.xsd";>
  
  <factory>
       
<application-factory>org.apache.webbeans.jsf.OwbApplicationFactory</application-factory>


Reply via email to