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/18 13:57:18 UTC

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

Author: xuhaihong
Date: Fri Feb 18 12:57:18 2011
New Revision: 1071989

URL: http://svn.apache.org/viewvc?rev=1071989&view=rev
Log:
Fix the Content is not allowed in prolog error

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=1071989&r1=1071988&r2=1071989&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 Fri Feb 18 12:57:18 2011
@@ -17,10 +17,9 @@
  * under the License.
  */
 
-<faces-config 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">
-	<application>
-	</application>
-</faces-config>
\ No newline at end of file
+<?xml version='1.0' encoding='UTF-8'?>
+<faces-config 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">
+</faces-config>