You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by al...@apache.org on 2011/03/13 22:58:17 UTC

svn commit: r1081226 [6/6] - in /myfaces/html5/trunk: ./ myfaces-html5-demo/ myfaces-html5-demo/src/ myfaces-html5-demo/src/main/ myfaces-html5-demo/src/main/java/ myfaces-html5-demo/src/main/java/org/ myfaces-html5-demo/src/main/java/org/apache/ myfac...

Added: myfaces/html5/trunk/myfaces-html5-demo/src/main/webapp/suggestions.xhtml
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/myfaces-html5-demo/src/main/webapp/suggestions.xhtml?rev=1081226&view=auto
==============================================================================
--- myfaces/html5/trunk/myfaces-html5-demo/src/main/webapp/suggestions.xhtml (added)
+++ myfaces/html5/trunk/myfaces-html5-demo/src/main/webapp/suggestions.xhtml Sun Mar 13 21:58:13 2011
@@ -0,0 +1,34 @@
+<!--
+  ~ 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.
+  -->
+
+<ui:composition template="/singlePageTemplate.xhtml"
+    xmlns:h="http://java.sun.com/jsf/html"
+    xmlns:f="http://java.sun.com/jsf/core"
+    xmlns:ui="http://java.sun.com/jsf/facelets"
+    xmlns:hx="http://myfaces.apache.org/html5/html"
+    xmlns:fx="http://myfaces.apache.org/html5/core"
+    xmlns:sh="http://java.sun.com/jsf/composite/components/sh">
+      
+    <ui:define name="content">
+        <div class="slide">
+            <ui:include src="/sections/suggestions.xhtml" />
+        </div>
+    </ui:define>        
+        
+</ui:composition>
\ No newline at end of file

Modified: myfaces/html5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/pom.xml?rev=1081226&r1=1081225&r2=1081226&view=diff
==============================================================================
--- myfaces/html5/trunk/pom.xml (original)
+++ myfaces/html5/trunk/pom.xml Sun Mar 13 21:58:13 2011
@@ -1,20 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- * 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.
--->
+  ~ 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.
+  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
@@ -40,6 +43,7 @@
     <modules>
         <module>myfaces-html5-core</module>
         <module>myfaces-html5-examples</module>
+        <module>myfaces-html5-demo</module>
     </modules>
 
     <dependencies>

Modified: myfaces/html5/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/html5/trunk/src/site/site.xml?rev=1081226&r1=1081225&r2=1081226&view=diff
==============================================================================
--- myfaces/html5/trunk/src/site/site.xml (original)
+++ myfaces/html5/trunk/src/site/site.xml Sun Mar 13 21:58:13 2011
@@ -1,20 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
- * 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.
--->
+  ~ 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.
+  -->
 
 <!--
   - Note regarding relative and absolute urls: each pom file has an optional