You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/02/19 16:03:44 UTC

svn commit: r1072357 - /geronimo/server/branches/3.0-M2/testsuite/javaee6-testsuite/jsf2.0-test/src/main/resources/META-INF/faces-config.xml

Author: xuhaihong
Date: Sat Feb 19 15:03:44 2011
New Revision: 1072357

URL: http://svn.apache.org/viewvc?rev=1072357&view=rev
Log:
Not sure why the xml parsing still fail, it works for me locally

Modified:
    geronimo/server/branches/3.0-M2/testsuite/javaee6-testsuite/jsf2.0-test/src/main/resources/META-INF/faces-config.xml

Modified: geronimo/server/branches/3.0-M2/testsuite/javaee6-testsuite/jsf2.0-test/src/main/resources/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M2/testsuite/javaee6-testsuite/jsf2.0-test/src/main/resources/META-INF/faces-config.xml?rev=1072357&r1=1072356&r2=1072357&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M2/testsuite/javaee6-testsuite/jsf2.0-test/src/main/resources/META-INF/faces-config.xml (original)
+++ geronimo/server/branches/3.0-M2/testsuite/javaee6-testsuite/jsf2.0-test/src/main/resources/META-INF/faces-config.xml Sat Feb 19 15:03:44 2011
@@ -1,25 +1,25 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+<?xml version="1.0"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
 
-<?xml version='1.0' encoding='UTF-8'?>
-<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<faces-config version="2.0"
+              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_2_0.xsd"
-              version="2.0">
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2.0.xsd">
+
 </faces-config>