You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2011/10/24 12:39:43 UTC

svn commit: r1188086 [5/17] - in /myfaces/core/trunk: api/src/main/resources/META-INF/ api/src/main/resources/META-INF/licenses/ api/src/site/apt/ api/src/site/fml/ impl/src/main/conf/META-INF/ impl/src/main/resources/META-INF/ impl/src/main/resources/...

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_1.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_1.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_1.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_1.xhtml Mon Oct 24 10:39:24 2011
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:c="http://java.sun.com/jsp/jstl/core"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:ui="http://java.sun.com/jsf/facelets">
-<h:outputText value="-B-"/>      
-<ui:insert name="C">
-<h:outputText value="-C-"/>
-</ui:insert>
-<h:outputText value="-D-"/>
-</ui:composition>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:c="http://java.sun.com/jsp/jstl/core"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelets">
+<h:outputText value="-B-"/>      
+<ui:insert name="C">
+<h:outputText value="-C-"/>
+</ui:insert>
+<h:outputText value="-D-"/>
+</ui:composition>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_1.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_2.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_2.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_2.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_2.xhtml Mon Oct 24 10:39:24 2011
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:c="http://java.sun.com/jsp/jstl/core"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:ui="http://java.sun.com/jsf/facelets">
-<h:outputText value="-B-"/>      
-<ui:insert name="C">
-<h:outputText value="-C-"/>
-</ui:insert>
-<h:outputText value="-D-"/>
-</ui:composition>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:c="http://java.sun.com/jsp/jstl/core"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelets">
+<h:outputText value="-B-"/>      
+<ui:insert name="C">
+<h:outputText value="-C-"/>
+</ui:insert>
+<h:outputText value="-D-"/>
+</ui:composition>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdDecorate1_2.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1.xhtml Mon Oct 24 10:39:24 2011
@@ -1,26 +1,26 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:c="http://java.sun.com/jsp/jstl/core"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:ui="http://java.sun.com/jsf/facelets">
-<h:outputText value="-A-"/>
-<ui:include src="#{pageSelected}"/>
-<h:outputText value="-C-"/>
-</ui:composition>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:c="http://java.sun.com/jsp/jstl/core"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelets">
+<h:outputText value="-A-"/>
+<ui:include src="#{pageSelected}"/>
+<h:outputText value="-C-"/>
+</ui:composition>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_0.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_0.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_0.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_0.xhtml Mon Oct 24 10:39:24 2011
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:c="http://java.sun.com/jsp/jstl/core"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:ui="http://java.sun.com/jsf/facelets">
-</ui:composition>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:c="http://java.sun.com/jsp/jstl/core"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelets">
+</ui:composition>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_0.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_1.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_1.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_1.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_1.xhtml Mon Oct 24 10:39:24 2011
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:c="http://java.sun.com/jsp/jstl/core"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:ui="http://java.sun.com/jsf/facelets">
-<h:outputText value="-B-"/>
-</ui:composition>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:c="http://java.sun.com/jsp/jstl/core"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelets">
+<h:outputText value="-B-"/>
+</ui:composition>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_1.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_2.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_2.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_2.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_2.xhtml Mon Oct 24 10:39:24 2011
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:c="http://java.sun.com/jsp/jstl/core"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:ui="http://java.sun.com/jsf/facelets">
-<h:outputText value="-B-"/>
-</ui:composition>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:c="http://java.sun.com/jsp/jstl/core"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelets">
+<h:outputText value="-B-"/>
+</ui:composition>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testUniqueComponentIdInclude1_2.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/compiler/testXHTMLProcessing1.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/component.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/component.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/component.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/component.xhtml Mon Oct 24 10:39:24 2011
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: component.xhtml,v 1.4 2008/07/13 19:01:37 rlubke Exp $
--->
-<html xmlns="http://www.w3.org/1999/xhtml"
-	  xmlns:f="http://java.sun.com/jsf/core"
-	  xmlns:h="http://java.sun.com/jsf/html">
-	<head>
-		<title>Untitled Document</title>
-	</head>
-	<body>
-	<h:form>
-		<span>
-			<h:inputText value="${foo.bar}"/> &nbsp; Frau
-		</span>
-		Some More Text
-	</h:form>
-	</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: component.xhtml,v 1.4 2008/07/13 19:01:37 rlubke Exp $
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"
+	  xmlns:f="http://java.sun.com/jsf/core"
+	  xmlns:h="http://java.sun.com/jsf/html">
+	<head>
+		<title>Untitled Document</title>
+	</head>
+	<body>
+	<h:form>
+		<span>
+			<h:inputText value="${foo.bar}"/> &nbsp; Frau
+		</span>
+		Some More Text
+	</h:form>
+	</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/component.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/controller.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/controller.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/controller.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/controller.xhtml Mon Oct 24 10:39:24 2011
@@ -1,35 +1,35 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: controller.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:f="http://java.sun.com/jsf"
-	  xmlns:c="http://java.sun.com/jsf/core"
-	  xmlns:h="http://java.sun.com/jsf/html">
-	<head>
-		<title>Untitled Document</title>
-		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-		<script language="JavaScript" type="text/javascript">
-		//<![CDATA[
-		var t = 0;
-		//]]>
-		</script>
-	</head>
-	<body>
-<f:component controller="#{test.echo}">
-Hello #{name}
-</f:component>
-	</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: controller.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:f="http://java.sun.com/jsf"
+	  xmlns:c="http://java.sun.com/jsf/core"
+	  xmlns:h="http://java.sun.com/jsf/html">
+	<head>
+		<title>Untitled Document</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+		<script language="JavaScript" type="text/javascript">
+		//<![CDATA[
+		var t = 0;
+		//]]>
+		</script>
+	</head>
+	<body>
+<f:component controller="#{test.echo}">
+Hello #{name}
+</f:component>
+	</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/controller.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/greeting.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/greeting.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/greeting.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/greeting.xhtml Mon Oct 24 10:39:24 2011
@@ -1,41 +1,41 @@
-<!--
- Licensed 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.
-
- $Id: greeting.xhtml,v 1.4 2008/07/13 19:01:36 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:h="http://java.sun.com/jsf/html"
-	  xmlns:c="http://java.sun.com/jstl/core">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<title>Hello</title>
-</head>
-
-<body>
-	<form id="helloForm" jsfc="h:form">
-		<span>
-			<h2>
-				Hi. My name is Duke &nbsp; Frau.  I'm thinking of a number from #{UserNumberBean.minimum}
-				to #{UserNumberBean.maximum}.  Can you guess it?
-			</h2>
-			<img id="waveImage" src="wave.med.gif" />
-			<input type="text" jsfc="h:inputText" id="userNo" value="#{UserNumberBean.userNumber}" validator="#{UserNumberBean.validate}"/>
-			<input type="submit" jsfc="h:commandButton" id="submit" action="success" value="Submit" />
-			<p />
-			<h:message showSummary="true" showDetail="false" style="color: red; font-family: 'New Century Schoolbook', serif; font-style: oblique; text-decoration: overline" id="errors1" for="userNo"/>
-			<p />
-		</span>
-	</form>
-</body>
-</html>
+<!--
+ Licensed 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.
+
+ $Id: greeting.xhtml,v 1.4 2008/07/13 19:01:36 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:h="http://java.sun.com/jsf/html"
+	  xmlns:c="http://java.sun.com/jstl/core">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Hello</title>
+</head>
+
+<body>
+	<form id="helloForm" jsfc="h:form">
+		<span>
+			<h2>
+				Hi. My name is Duke &nbsp; Frau.  I'm thinking of a number from #{UserNumberBean.minimum}
+				to #{UserNumberBean.maximum}.  Can you guess it?
+			</h2>
+			<img id="waveImage" src="wave.med.gif" />
+			<input type="text" jsfc="h:inputText" id="userNo" value="#{UserNumberBean.userNumber}" validator="#{UserNumberBean.validate}"/>
+			<input type="submit" jsfc="h:commandButton" id="submit" action="success" value="Submit" />
+			<p />
+			<h:message showSummary="true" showDetail="false" style="color: red; font-family: 'New Century Schoolbook', serif; font-style: oblique; text-decoration: overline" id="errors1" for="userNo"/>
+			<p />
+		</span>
+	</form>
+</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/greeting.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/guess.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/guess.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/guess.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/guess.xhtml Mon Oct 24 10:39:24 2011
@@ -1,105 +1,105 @@
-<!--
- Licensed 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.
-
- $Id: guess.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-	  xmlns:ui="http://java.sun.com/jsf/facelets"
-	  xmlns:m="http://www.mycompany.com/jsf">
-<head>
-<title>JSF Hangman</title>
-<link rel="stylesheet" type="text/css" href="css/hangman.css"/>
-</head>
-<body>
-<table>
-  <tr>
-    <td><img alt="Tapestry Hangman" src="images/tapestry-hangman.png" width="197" height="50" border="0"/> </td>
-    <td width="70" align="right"><img id="guessesLeft" jsfc="h:graphicImage" value="#{guessesLeftImages[visit.game.incorrectGuessesLeft]}" height="36" src="images/Chalkboard_3x8.png" width="36" border="0"/> </td>
-    <td><img alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0"/> </td>
-  </tr>
-  <tr>
-    <td></td>
-    <td></td>
-    <td><img id="scaffold" jsfc="h:graphicImage" value="#{scaffoldImages[visit.game.incorrectGuessesLeft]}" alt="[Scaffold]" src="images/scaffold.png" border="0"/> </td>
-  </tr>
-</table>
-<br/>
-<table>
-  <tr valign="center">
-    <td width="160"><p align="right"> <img alt="Current Guess" src="images/guess.png" align="middle" width="127" height="20" border="0"/> </p></td>
-    <td>
-		<m:bar id="letters" value="#{visit.letters}" var="letter">
-			<h:column>
-				<h:graphicImage value="#{letterImages[letter]}" height="36" width="36" border="0"/>
-			</h:column>
-		</m:bar>
-		<ui:remove>
-		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
-		<img height="36" alt="A" src="images/Chalkboard_1x1.png" width="36" border="0"/>
-		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
-		<img height="36" alt="_" src="images/Chalkboard_1x5.png" width="36" border="0"/>
-		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
-		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
-		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
-		<img height="36" alt="_" src="images/Chalkboard_5x1.png" width="36" border="0"/>
-		</ui:remove>
-	</td>
-  </tr>
-  <tr>
-    <td valign="top"><p align="right"> <img alt="Choose" src="images/choose.png" height="20" width="151" border="0"/> </p></td>
-    <td width="330"><h:form id="selectForm">
-		<m:bar id="letters" value="#{visit.guesses}" var="guess">
-			<h:column>
-				<h:commandLink styleClass="select-letter" action="#{guess.makeGuess}" rendered="#{guess.letter != '#'}">
-					<h:graphicImage value="#{letterImages[guess.letter]}" height="36" width="36" border="0" />
-				</h:commandLink>
-				<h:graphicImage value="#{letterImages[guess.letter]}" height="36" width="36" border="0" rendered="#{guess.letter == '#'}"/>
-			</h:column>
-		</m:bar>
-		<ui:remove>
-        <img height="36" alt="-" src="images/letter-spacer.png" width="36" border="0"/>
-		<a class="select-letter" href="#"> <img height="36" alt="B" src="images/Chalkboard_1x2.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="C" src="images/Chalkboard_1x3.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="D" src="images/Chalkboard_1x4.png" width="36" border="0"/></a>
-		<img height="36" alt="-" src="images/letter-spacer.png" width="36" border="0"/>
-		<a class="select-letter" href="#"> <img height="36" alt="F" src="images/Chalkboard_1x6.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="G" src="images/Chalkboard_2x1.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="H" src="images/Chalkboard_2x2.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="I" src="images/Chalkboard_2x3.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="J" src="images/Chalkboard_2x4.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="K" src="images/Chalkboard_2x5.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="L" src="images/Chalkboard_2x6.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="M" src="images/Chalkboard_3x1.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="N" src="images/Chalkboard_3x2.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="O" src="images/Chalkboard_3x3.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="P" src="images/Chalkboard_3x4.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="Q" src="images/Chalkboard_3x5.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="R" src="images/Chalkboard_3x6.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="S" src="images/Chalkboard_4x1.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="T" src="images/Chalkboard_4x2.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="U" src="images/Chalkboard_4x3.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="V" src="images/Chalkboard_4x4.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="W" src="images/Chalkboard_4x5.png" width="36" border="0"/></a>
-		<a class="select-letter" href="#"> <img height="36" alt="X" src="images/Chalkboard_4x6.png" width="36" border="0"/></a>
-		<img height="36" alt="-" src="images/letter-spacer.png" width="36" border="0"/>
-		<a class="select-letter" href="#"> <img height="36" alt="Z" src="images/Chalkboard_5x2.png" width="36" border="0"/></a>
-		</ui:remove>
-      </h:form></td>
-  </tr>
-</table>
-<ui:debug/>
-</body>
-</html>
+<!--
+ Licensed 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.
+
+ $Id: guess.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+	  xmlns:ui="http://java.sun.com/jsf/facelets"
+	  xmlns:m="http://www.mycompany.com/jsf">
+<head>
+<title>JSF Hangman</title>
+<link rel="stylesheet" type="text/css" href="css/hangman.css"/>
+</head>
+<body>
+<table>
+  <tr>
+    <td><img alt="Tapestry Hangman" src="images/tapestry-hangman.png" width="197" height="50" border="0"/> </td>
+    <td width="70" align="right"><img id="guessesLeft" jsfc="h:graphicImage" value="#{guessesLeftImages[visit.game.incorrectGuessesLeft]}" height="36" src="images/Chalkboard_3x8.png" width="36" border="0"/> </td>
+    <td><img alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0"/> </td>
+  </tr>
+  <tr>
+    <td></td>
+    <td></td>
+    <td><img id="scaffold" jsfc="h:graphicImage" value="#{scaffoldImages[visit.game.incorrectGuessesLeft]}" alt="[Scaffold]" src="images/scaffold.png" border="0"/> </td>
+  </tr>
+</table>
+<br/>
+<table>
+  <tr valign="center">
+    <td width="160"><p align="right"> <img alt="Current Guess" src="images/guess.png" align="middle" width="127" height="20" border="0"/> </p></td>
+    <td>
+		<m:bar id="letters" value="#{visit.letters}" var="letter">
+			<h:column>
+				<h:graphicImage value="#{letterImages[letter]}" height="36" width="36" border="0"/>
+			</h:column>
+		</m:bar>
+		<ui:remove>
+		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
+		<img height="36" alt="A" src="images/Chalkboard_1x1.png" width="36" border="0"/>
+		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
+		<img height="36" alt="_" src="images/Chalkboard_1x5.png" width="36" border="0"/>
+		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
+		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
+		<img height="36" alt="_" src="images/Chalkboard_5x3.png" width="36" border="0"/>
+		<img height="36" alt="_" src="images/Chalkboard_5x1.png" width="36" border="0"/>
+		</ui:remove>
+	</td>
+  </tr>
+  <tr>
+    <td valign="top"><p align="right"> <img alt="Choose" src="images/choose.png" height="20" width="151" border="0"/> </p></td>
+    <td width="330"><h:form id="selectForm">
+		<m:bar id="letters" value="#{visit.guesses}" var="guess">
+			<h:column>
+				<h:commandLink styleClass="select-letter" action="#{guess.makeGuess}" rendered="#{guess.letter != '#'}">
+					<h:graphicImage value="#{letterImages[guess.letter]}" height="36" width="36" border="0" />
+				</h:commandLink>
+				<h:graphicImage value="#{letterImages[guess.letter]}" height="36" width="36" border="0" rendered="#{guess.letter == '#'}"/>
+			</h:column>
+		</m:bar>
+		<ui:remove>
+        <img height="36" alt="-" src="images/letter-spacer.png" width="36" border="0"/>
+		<a class="select-letter" href="#"> <img height="36" alt="B" src="images/Chalkboard_1x2.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="C" src="images/Chalkboard_1x3.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="D" src="images/Chalkboard_1x4.png" width="36" border="0"/></a>
+		<img height="36" alt="-" src="images/letter-spacer.png" width="36" border="0"/>
+		<a class="select-letter" href="#"> <img height="36" alt="F" src="images/Chalkboard_1x6.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="G" src="images/Chalkboard_2x1.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="H" src="images/Chalkboard_2x2.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="I" src="images/Chalkboard_2x3.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="J" src="images/Chalkboard_2x4.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="K" src="images/Chalkboard_2x5.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="L" src="images/Chalkboard_2x6.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="M" src="images/Chalkboard_3x1.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="N" src="images/Chalkboard_3x2.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="O" src="images/Chalkboard_3x3.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="P" src="images/Chalkboard_3x4.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="Q" src="images/Chalkboard_3x5.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="R" src="images/Chalkboard_3x6.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="S" src="images/Chalkboard_4x1.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="T" src="images/Chalkboard_4x2.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="U" src="images/Chalkboard_4x3.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="V" src="images/Chalkboard_4x4.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="W" src="images/Chalkboard_4x5.png" width="36" border="0"/></a>
+		<a class="select-letter" href="#"> <img height="36" alt="X" src="images/Chalkboard_4x6.png" width="36" border="0"/></a>
+		<img height="36" alt="-" src="images/letter-spacer.png" width="36" border="0"/>
+		<a class="select-letter" href="#"> <img height="36" alt="Z" src="images/Chalkboard_5x2.png" width="36" border="0"/></a>
+		</ui:remove>
+      </h:form></td>
+  </tr>
+</table>
+<ui:debug/>
+</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/guess.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/home.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/home.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/home.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/home.xhtml Mon Oct 24 10:39:24 2011
@@ -1,41 +1,41 @@
-<!--
- Licensed 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.
-
- $Id: home.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:h="http://java.sun.com/jsf/html">
-<head>
-<title>JSF Hangman</title>
-<link rel="stylesheet" type="text/css" href="css/hangman.css"/>
-</head>
-<body>
-<table>
-  <tr>
-    <td><img alt="[Tapestry Hangman]" src="images/tapestry-hangman.png" width="197" height="50" border="0"/> </td>
-    <td width="70" align="right"><img height="36" alt="5" src="images/Chalkboard_3x8.png" width="36" border="0"/> </td>
-    <td><img alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0"/> </td>
-  </tr>
-  <tr>
-    <td></td>
-    <td></td>
-    <td><img alt="" src="images/scaffold.png" border="0"/> </td>
-  </tr>
-</table>
-<br/>
-<form id="form" jsfc="h:form">
-  <a href="#" id="link" jsfc="h:commandLink" action="#{visit.startGame}"><img src="images/start.png" width="250" height="23" border="0" alt="Start"/></a>
-</form>
-</body>
-</html>
+<!--
+ Licensed 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.
+
+ $Id: home.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:h="http://java.sun.com/jsf/html">
+<head>
+<title>JSF Hangman</title>
+<link rel="stylesheet" type="text/css" href="css/hangman.css"/>
+</head>
+<body>
+<table>
+  <tr>
+    <td><img alt="[Tapestry Hangman]" src="images/tapestry-hangman.png" width="197" height="50" border="0"/> </td>
+    <td width="70" align="right"><img height="36" alt="5" src="images/Chalkboard_3x8.png" width="36" border="0"/> </td>
+    <td><img alt="Guesses Left" src="images/guesses-left.png" width="164" height="11" border="0"/> </td>
+  </tr>
+  <tr>
+    <td></td>
+    <td></td>
+    <td><img alt="" src="images/scaffold.png" border="0"/> </td>
+  </tr>
+</table>
+<br/>
+<form id="form" jsfc="h:form">
+  <a href="#" id="link" jsfc="h:commandLink" action="#{visit.startGame}"><img src="images/start.png" width="250" height="23" border="0" alt="Start"/></a>
+</form>
+</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/home.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/include.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/include.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/include.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/include.xhtml Mon Oct 24 10:39:24 2011
@@ -1,40 +1,40 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:f="http://java.sun.com/jsf"
-	  xmlns:c="http://java.sun.com/jsf/core"
-	  xmlns:h="http://java.sun.com/jsf/html">
-	<head>
-		<title>Untitled Document</title>
-		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-		<script language="JavaScript" type="text/javascript">
-		//<![CDATA[
-		var t = 0;
-		//]]>
-		</script>
-	</head>
-	<body>
-		<f:view locale="en_US_intel">
-		<c:forEach begin="1" end="4">
-		<f:include src="../composition/component.xhtml">
-			<f:variable name="items" value="${test}"/>
-		</f:include>
-		</c:forEach>
-		</f:view>
-	</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:f="http://java.sun.com/jsf"
+	  xmlns:c="http://java.sun.com/jsf/core"
+	  xmlns:h="http://java.sun.com/jsf/html">
+	<head>
+		<title>Untitled Document</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+		<script language="JavaScript" type="text/javascript">
+		//<![CDATA[
+		var t = 0;
+		//]]>
+		</script>
+	</head>
+	<body>
+		<f:view locale="en_US_intel">
+		<c:forEach begin="1" end="4">
+		<f:include src="../composition/component.xhtml">
+			<f:variable name="items" value="${test}"/>
+		</f:include>
+		</c:forEach>
+		</f:view>
+	</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/include.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/instructions.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/instructions.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/instructions.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/instructions.xhtml Mon Oct 24 10:39:24 2011
@@ -1,51 +1,51 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Licensed 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.
-
- $Id: instructions.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
--->
-<?xml-stylesheet href="#{3 + 4}" type="text/css"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:h="http://java.sun.com/jsf/html"
-	  xmlns:c="http://java.sun.com/jstl/core">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<link rel="stylesheet" type="text/css" href="stylesheet.css" />
-<style type="text/css">
-<!--
-.unnamed1 {
-	font-family: "Courier New", Courier, mono;
-}
--->
-</style>
-<script language="javascript">
-//<![CDATA[
- foo < bar && foo < b
-//]]>
-</script>
-<script language="javascript" src="foo.js"></script>
-<title>Hello</title>
-</head>
-
-<body>
-<div></div>
-<span>#{foo['bar']}</span>
-<p><!-- #{true && false} --></p>
-<br/>
-&amp;
-&#38;
-&lt;
-<![CDATA[ some < text ]]>
-</body>
-</html>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Licensed 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.
+
+ $Id: instructions.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
+-->
+<?xml-stylesheet href="#{3 + 4}" type="text/css"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:h="http://java.sun.com/jsf/html"
+	  xmlns:c="http://java.sun.com/jstl/core">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" type="text/css" href="stylesheet.css" />
+<style type="text/css">
+<!--
+.unnamed1 {
+	font-family: "Courier New", Courier, mono;
+}
+-->
+</style>
+<script language="javascript">
+//<![CDATA[
+ foo < bar && foo < b
+//]]>
+</script>
+<script language="javascript" src="foo.js"></script>
+<title>Hello</title>
+</head>
+
+<body>
+<div></div>
+<span>#{foo['bar']}</span>
+<p><!-- #{true && false} --></p>
+<br/>
+&amp;
+&#38;
+&lt;
+<![CDATA[ some < text ]]>
+</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/instructions.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout-client.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout-client.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout-client.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout-client.xhtml Mon Oct 24 10:39:24 2011
@@ -1,32 +1,32 @@
-<!--
- Licensed 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.
-
- $Id: layout-client.xhtml,v 1.3 2008/07/13 19:01:36 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:ui="http://java.sun.com/jsf/facelets"
-      xmlns:e="http://www.enverio.com/jsf/samples">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<title>TEST</title>
-</head>
-
-<body>
-<ui:composition  template="layout.xhtml">
-    <ui:define name="body">
-        NEW BODY
-    </ui:define>
-</ui:composition>
-</body>
-</html>
+<!--
+ Licensed 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.
+
+ $Id: layout-client.xhtml,v 1.3 2008/07/13 19:01:36 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:e="http://www.enverio.com/jsf/samples">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>TEST</title>
+</head>
+
+<body>
+<ui:composition  template="layout.xhtml">
+    <ui:define name="body">
+        NEW BODY
+    </ui:define>
+</ui:composition>
+</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout-client.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout.xhtml Mon Oct 24 10:39:24 2011
@@ -1,42 +1,42 @@
-<!--
- Licensed 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.
-
- $Id: layout.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:ui="http://java.sun.com/jsf/facelets"
-      xmlns:e="http://www.enverio.com/jsf/samples">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<title>TEST</title>
-</head>
-
-<body>
-
-<e:body id="me" class="text" title="foo">
-SOME BODY
-</e:body>
-
-<div class="centerWrapper">
-
-
-    <div class="bodyContent">
-        <ui:insert name="body">
-            BODY
-        </ui:insert>
-    </div>
-
-</div>
-</body>
-</html>
+<!--
+ Licensed 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.
+
+ $Id: layout.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:e="http://www.enverio.com/jsf/samples">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>TEST</title>
+</head>
+
+<body>
+
+<e:body id="me" class="text" title="foo">
+SOME BODY
+</e:body>
+
+<div class="centerWrapper">
+
+
+    <div class="bodyContent">
+        <ui:insert name="body">
+            BODY
+        </ui:insert>
+    </div>
+
+</div>
+</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/layout.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-client.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-client.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-client.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-client.xhtml Mon Oct 24 10:39:24 2011
@@ -1,72 +1,72 @@
-<!--
- Licensed 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.
-
- $Id: parser-client.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html	xmlns="http://www.w3.org/1999/xhtml"
-		xmlns:ui="http://java.sun.com/jsf/facelets"
-		xmlns:h="http://java.sun.com/jsf/html"
-		xmlns:f="http://java.sun.com/jsf/core"
-		xmlns:c="http://java.sun.com/jstl/core"
-		xmlns:t="http://myfaces.apache.org/tomahawk"
-		xmlns:fn="http://java.sun.com/jsp/jstl/functions">
-<body>
-
-This text above will not be displayed.
-
-<ui:composition template="parser-template.xhtml">
-
-<ui:define name="corner">
-<script type="text/javascript" src="/javascript/home.js"> </script>
-</ui:define>
-<ui:define name="body">
-<div id="playgame">
-<h:commandLink action="#{gameBean['showGame']}"
-immediate="true"><h2>Play Game!</h2></h:commandLink>
-</div>
-<br />
-<div id="dailyBox">
-<h3>Daily High Scores</h3>
-<table width="100%" cellpadding="0" cellspacing="0" border="0">
-<tr class="scoreHeader"><td width="40%">Score</td><td
-width="20%">Level</td><td width="40%">Date</td></tr>
-<t:dataList var="s" value="#{scoreBean['dailyScores']}" layout="simple">
-<tr><td>#{s['score']}</td><td>#{s['level']}</td><td><h:outputText
-value="#{s['date']}"><f:convertDateTime pattern="M/d/yyyy h:mm aa"
-timeZone="#{applicationBean['timeZone']}" /></h:outputText></td></tr>
-</t:dataList>
-</table>
-</div>
-<br />
-<div id="alltimeBox">
-<h3>All-Time High Scores</h3>
-<table width="100%" cellpadding="0" cellspacing="0" border="0">
-<tr class="scoreHeader"><td width="40%">Score</td><td
-width="20%">Level</td><td width="40%">Date</td></tr>
-<t:dataList var="s" value="#{scoreBean['alltimeScores']}" layout="simple">
-<tr><td>#{s['score']}</td><td>#{s['level']}</td><td><h:outputText
-value="#{s['date']}"><f:convertDateTime pattern="M/d/yyyy h:mm aa"
-timeZone="#{applicationBean['timeZone']}" /></h:outputText></td></tr>
-</t:dataList>
-</table>
-</div>
-</ui:define>
-
-</ui:composition>
-
-This text below will also not be displayed.
-
-</body>
+<!--
+ Licensed 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.
+
+ $Id: parser-client.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html	xmlns="http://www.w3.org/1999/xhtml"
+		xmlns:ui="http://java.sun.com/jsf/facelets"
+		xmlns:h="http://java.sun.com/jsf/html"
+		xmlns:f="http://java.sun.com/jsf/core"
+		xmlns:c="http://java.sun.com/jstl/core"
+		xmlns:t="http://myfaces.apache.org/tomahawk"
+		xmlns:fn="http://java.sun.com/jsp/jstl/functions">
+<body>
+
+This text above will not be displayed.
+
+<ui:composition template="parser-template.xhtml">
+
+<ui:define name="corner">
+<script type="text/javascript" src="/javascript/home.js"> </script>
+</ui:define>
+<ui:define name="body">
+<div id="playgame">
+<h:commandLink action="#{gameBean['showGame']}"
+immediate="true"><h2>Play Game!</h2></h:commandLink>
+</div>
+<br />
+<div id="dailyBox">
+<h3>Daily High Scores</h3>
+<table width="100%" cellpadding="0" cellspacing="0" border="0">
+<tr class="scoreHeader"><td width="40%">Score</td><td
+width="20%">Level</td><td width="40%">Date</td></tr>
+<t:dataList var="s" value="#{scoreBean['dailyScores']}" layout="simple">
+<tr><td>#{s['score']}</td><td>#{s['level']}</td><td><h:outputText
+value="#{s['date']}"><f:convertDateTime pattern="M/d/yyyy h:mm aa"
+timeZone="#{applicationBean['timeZone']}" /></h:outputText></td></tr>
+</t:dataList>
+</table>
+</div>
+<br />
+<div id="alltimeBox">
+<h3>All-Time High Scores</h3>
+<table width="100%" cellpadding="0" cellspacing="0" border="0">
+<tr class="scoreHeader"><td width="40%">Score</td><td
+width="20%">Level</td><td width="40%">Date</td></tr>
+<t:dataList var="s" value="#{scoreBean['alltimeScores']}" layout="simple">
+<tr><td>#{s['score']}</td><td>#{s['level']}</td><td><h:outputText
+value="#{s['date']}"><f:convertDateTime pattern="M/d/yyyy h:mm aa"
+timeZone="#{applicationBean['timeZone']}" /></h:outputText></td></tr>
+</t:dataList>
+</table>
+</div>
+</ui:define>
+
+</ui:composition>
+
+This text below will also not be displayed.
+
+</body>
 </html>
\ No newline at end of file

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-client.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-template.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-template.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-template.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-template.xhtml Mon Oct 24 10:39:24 2011
@@ -1,60 +1,60 @@
-<!--
- Licensed 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.
-
- $Id: parser-template.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html	xmlns="http://www.w3.org/1999/xhtml"
-		xmlns:ui="http://java.sun.com/jsf/facelets"
-		xmlns:h="http://java.sun.com/jsf/html"
-		xmlns:f="http://java.sun.com/jsf/core"
-		xmlns:c="http://java.sun.com/jstl/core"
-		xmlns:t="http://myfaces.apache.org/tomahawk"
-		xmlns:fn="http://java.sun.com/jsp/jstl/functions">
-
-<head>
-	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-	<title>clickinggame.com</title>
-	<link rel="stylesheet" type="text/css" href="/css/main.css" />
-	<link rel="stylesheet" type="text/css" href="/css/niftyCorners.css" />
-	<link rel="stylesheet" type="text/css" href="/css/niftyPrint.css"
-media="print" />
-	<script type="text/javascript" src="/javascript/nifty.js" > </script>
-	<ui:insert name="corner" />
-</head>
-<body>
-	<h:form>
-	<div id="container">
-		<div id="header">
-			<ui:include name="header" src="/common/header.xhtml" />
-		</div><!-- end header -->
-		<div id="menubar">
-			<ui:include name="menubar" src="/common/menubar.xhtml" />
-		</div><!-- end header -->
-		<div id="left" >
-			<ui:include name="left" src="/common/left.xhtml" />
-		</div><!-- end left -->
-		<div id="content" >
-			<br />
-			<ui:insert name="body">Default Body</ui:insert>
-			<br />
-		</div><!-- end content -->
-		<div id="footer">
-			<ui:include name="footer" src="/common/footer.xhtml" />
-		</div><!-- end footer -->
-	</div><!-- end container -->
-	</h:form>
-	<script type="text/javascript" src="/javascript/pngfix.js"> </script>
-</body>
+<!--
+ Licensed 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.
+
+ $Id: parser-template.xhtml,v 1.3 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html	xmlns="http://www.w3.org/1999/xhtml"
+		xmlns:ui="http://java.sun.com/jsf/facelets"
+		xmlns:h="http://java.sun.com/jsf/html"
+		xmlns:f="http://java.sun.com/jsf/core"
+		xmlns:c="http://java.sun.com/jstl/core"
+		xmlns:t="http://myfaces.apache.org/tomahawk"
+		xmlns:fn="http://java.sun.com/jsp/jstl/functions">
+
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+	<title>clickinggame.com</title>
+	<link rel="stylesheet" type="text/css" href="/css/main.css" />
+	<link rel="stylesheet" type="text/css" href="/css/niftyCorners.css" />
+	<link rel="stylesheet" type="text/css" href="/css/niftyPrint.css"
+media="print" />
+	<script type="text/javascript" src="/javascript/nifty.js" > </script>
+	<ui:insert name="corner" />
+</head>
+<body>
+	<h:form>
+	<div id="container">
+		<div id="header">
+			<ui:include name="header" src="/common/header.xhtml" />
+		</div><!-- end header -->
+		<div id="menubar">
+			<ui:include name="menubar" src="/common/menubar.xhtml" />
+		</div><!-- end header -->
+		<div id="left" >
+			<ui:include name="left" src="/common/left.xhtml" />
+		</div><!-- end left -->
+		<div id="content" >
+			<br />
+			<ui:insert name="body">Default Body</ui:insert>
+			<br />
+		</div><!-- end content -->
+		<div id="footer">
+			<ui:include name="footer" src="/common/footer.xhtml" />
+		</div><!-- end footer -->
+	</div><!-- end container -->
+	</h:form>
+	<script type="text/javascript" src="/javascript/pngfix.js"> </script>
+</body>
 </html>
\ No newline at end of file

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/parser-template.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback-include.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback-include.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback-include.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback-include.xhtml Mon Oct 24 10:39:24 2011
@@ -1,39 +1,39 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: postback-include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-	  xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:f="http://java.sun.com/jsf"
-      xmlns:ui="http://java.sun.com/jsf/facelet">
-	<head>
-		<title>Untitled Document</title>
-		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-		<script language="JavaScript" type="text/javascript">
-		//<![CDATA[
-		var t = 0;
-		//]]>
-		</script>
-	</head>
-	<body>
-<ui:composition>
-#{passedParam}
-<form id="myForm3" jsfc="h:form">
-<input id="submit3" jsfc="h:commandButton" type="submit" value="Login" action="#{login.submit}"/>
-</form>
-</ui:composition>
-	</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: postback-include.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+	  xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:f="http://java.sun.com/jsf"
+      xmlns:ui="http://java.sun.com/jsf/facelet">
+	<head>
+		<title>Untitled Document</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+		<script language="JavaScript" type="text/javascript">
+		//<![CDATA[
+		var t = 0;
+		//]]>
+		</script>
+	</head>
+	<body>
+<ui:composition>
+#{passedParam}
+<form id="myForm3" jsfc="h:form">
+<input id="submit3" jsfc="h:commandButton" type="submit" value="Login" action="#{login.submit}"/>
+</form>
+</ui:composition>
+	</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback-include.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback.xhtml Mon Oct 24 10:39:24 2011
@@ -1,45 +1,45 @@
-<!--
- Licensed 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.
-
- $Id: postback.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:f="http://java.sun.com/jsf/core"
-      xmlns:h="http://java.sun.com/jsf/html"
-      xmlns:ui="http://java.sun.com/jsf/facelet"
-      xmlns:c="http://java.sun.com/jstl/core">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<title>Form Test</title>
-</head>
-<body>
-<form id="myForm" jsfc="h:form">
-	Login: <input id="login" jsfc="h:inputText" type="text" value="${login.name}" /><br/>
-	Password: <input id="password" jsfc="h:inputSecret" type="password" value="${login.password}" /><br/>
-	<c:if test="#{show}">
-	<input id="submit" jsfc="h:commandButton" type="submit" value="Login" action="#{login.submit}"/>
-	</c:if>
-</form>
-<c:if test="#{show}">
-<form id="myForm2" jsfc="h:form">
-<input id="submit2" jsfc="h:commandLink" type="submit" value="Login" action="#{login.submit}"/>
-</form>
-</c:if>
-<c:if test="#{show}">
-<ui:include src="postback-include.xhtml">
-	<ui:param name="passedParam" value="Passed Parameter"/>
-</ui:include>
-</c:if>
-</body>
-</html>
+<!--
+ Licensed 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.
+
+ $Id: postback.xhtml,v 1.2 2008/07/13 19:01:37 rlubke Exp $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelet"
+      xmlns:c="http://java.sun.com/jstl/core">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<title>Form Test</title>
+</head>
+<body>
+<form id="myForm" jsfc="h:form">
+	Login: <input id="login" jsfc="h:inputText" type="text" value="${login.name}" /><br/>
+	Password: <input id="password" jsfc="h:inputSecret" type="password" value="${login.password}" /><br/>
+	<c:if test="#{show}">
+	<input id="submit" jsfc="h:commandButton" type="submit" value="Login" action="#{login.submit}"/>
+	</c:if>
+</form>
+<c:if test="#{show}">
+<form id="myForm2" jsfc="h:form">
+<input id="submit2" jsfc="h:commandLink" type="submit" value="Login" action="#{login.submit}"/>
+</form>
+</c:if>
+<c:if test="#{show}">
+<ui:include src="postback-include.xhtml">
+	<ui:param name="passedParam" value="Passed Parameter"/>
+</ui:include>
+</c:if>
+</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/postback.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/simpleTree.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/simpleTree.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/simpleTree.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/simpleTree.xhtml Mon Oct 24 10:39:24 2011
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed 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.
-
- $Id: component.xhtml,v 1.4 2008/07/13 19:01:37 rlubke Exp $
--->
-<html xmlns="http://www.w3.org/1999/xhtml"
-	  xmlns:f="http://java.sun.com/jsf/core"
-	  xmlns:h="http://java.sun.com/jsf/html">
-	<head>
-		<title>Untitled Document</title>
-	</head>
-	<body>
-	<h:form>
-		<span>
-			<h:inputText value="${foo.bar}"/>
-		</span>
-		Some More Text
-	</h:form>
-	</body>
-</html>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ Licensed 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.
+
+ $Id: component.xhtml,v 1.4 2008/07/13 19:01:37 rlubke Exp $
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"
+	  xmlns:f="http://java.sun.com/jsf/core"
+	  xmlns:h="http://java.sun.com/jsf/html">
+	<head>
+		<title>Untitled Document</title>
+	</head>
+	<body>
+	<h:form>
+		<span>
+			<h:inputText value="${foo.bar}"/>
+		</span>
+		Some More Text
+	</h:form>
+	</body>
+</html>

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/simpleTree.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/resources/testComposite/actionTargetAttributeName.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/resources/testComposite/ccRefOnScript.xhtml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/resources/testComposite/ccRefOnScript.xhtml?rev=1188086&r1=1188085&r2=1188086&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/resources/testComposite/ccRefOnScript.xhtml (original)
+++ myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/resources/testComposite/ccRefOnScript.xhtml Mon Oct 24 10:39:24 2011
@@ -1,37 +1,37 @@
-<!--
- Licensed 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.
-
- $Id: defineInclude.xml 804043 2009-08-13 22:08:44Z lu4242 $
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-	xmlns:h="http://java.sun.com/jsf/html"
-	xmlns:f="http://java.sun.com/jsf/core"
-	xmlns:composite="http://java.sun.com/jsf/composite"
-	xmlns:testComposite="http://java.sun.com/jsf/composite/testComposite">
-<head>
-</head>
-<body>
-<composite:interface>
-    <composite:attribute name="customStyle"/>
-    <composite:attribute name="script"/>
-</composite:interface>
-<composite:implementation>
-<h:outputScript rendered="#{!empty cc.attrs.script}"><!--  
-.myCustomScript = #{cc.attrs.script} ;
-//--></h:outputScript>
-<testComposite:ccRefOnStylesheet style="#{cc.attrs.customStyle}">
-</testComposite:ccRefOnStylesheet>
-</composite:implementation>
-</body>
+<!--
+ Licensed 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.
+
+ $Id: defineInclude.xml 804043 2009-08-13 22:08:44Z lu4242 $
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+	xmlns:h="http://java.sun.com/jsf/html"
+	xmlns:f="http://java.sun.com/jsf/core"
+	xmlns:composite="http://java.sun.com/jsf/composite"
+	xmlns:testComposite="http://java.sun.com/jsf/composite/testComposite">
+<head>
+</head>
+<body>
+<composite:interface>
+    <composite:attribute name="customStyle"/>
+    <composite:attribute name="script"/>
+</composite:interface>
+<composite:implementation>
+<h:outputScript rendered="#{!empty cc.attrs.script}"><!--  
+.myCustomScript = #{cc.attrs.script} ;
+//--></h:outputScript>
+<testComposite:ccRefOnStylesheet style="#{cc.attrs.customStyle}">
+</testComposite:ccRefOnStylesheet>
+</composite:implementation>
+</body>
 </html>
\ No newline at end of file

Propchange: myfaces/core/trunk/impl/src/test/resources/org/apache/myfaces/view/facelets/tag/composite/resources/testComposite/ccRefOnScript.xhtml
------------------------------------------------------------------------------
    svn:eol-style = native