You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/02/17 04:57:53 UTC

svn commit: r628414 - in /myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits: ./ trinidadinternal/ trinidadinternal/core.xml

Author: lu4242
Date: Sat Feb 16 19:57:38 2008
New Revision: 628414

URL: http://svn.apache.org/viewvc?rev=628414&view=rev
Log:
create trinidad sandbox and add trs:tableformlayout component

Added:
    myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/
    myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/trinidadinternal/
    myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/trinidadinternal/core.xml   (with props)

Added: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/trinidadinternal/core.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/trinidadinternal/core.xml?rev=628414&view=auto
==============================================================================
--- myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/trinidadinternal/core.xml (added)
+++ myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/trinidadinternal/core.xml Sat Feb 16 19:57:38 2008
@@ -0,0 +1,30 @@
+<?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.
+	   
+-->
+<faces-config version="1.2" 
+              xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
+  <render-kit>
+    <render-kit-id>org.apache.myfaces.trinidadinternal.sandbox.core</render-kit-id>
+    <render-kit-class>org.apache.myfaces.trinidadinternal.sandbox.renderkit.core.CoreSandboxRenderKit</render-kit-class>
+    <render-kit-extension>
+    </render-kit-extension>    
+  </render-kit>
+</faces-config>

Propchange: myfaces/trinidad/trunk/trinidad-sandbox/sandbox-build/src/main/resources/META-INF/maven-faces-plugin/renderkits/trinidadinternal/core.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL