You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/01/21 03:46:45 UTC

svn commit: r613735 - in /myfaces/core/trunk_1.2.x/impl: pom.xml src/main/conf/ src/main/conf/META-INF/ src/main/conf/META-INF/myfaces-html-base.tld

Author: matzew
Date: Sun Jan 20 18:46:42 2008
New Revision: 613735

URL: http://svn.apache.org/viewvc?rev=613735&view=rev
Log:
enabling myfaces-html.tld (instead of h.tld)

things done:
-updated pom section of the "faces-plugin" to have myfaces-html, instead of h
-added almost empty myfaces-html-base.tld, where other folks can add informations, if desired.

Added:
    myfaces/core/trunk_1.2.x/impl/src/main/conf/
    myfaces/core/trunk_1.2.x/impl/src/main/conf/META-INF/
    myfaces/core/trunk_1.2.x/impl/src/main/conf/META-INF/myfaces-html-base.tld
Modified:
    myfaces/core/trunk_1.2.x/impl/pom.xml

Modified: myfaces/core/trunk_1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/pom.xml?rev=613735&r1=613734&r2=613735&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/pom.xml (original)
+++ myfaces/core/trunk_1.2.x/impl/pom.xml Sun Jan 20 18:46:42 2008
@@ -64,7 +64,7 @@
         <version>1.2.6-SNAPSHOT</version>
         <configuration>
           <taglibs>
-            <h>http://java.sun.com/jsf/html</h>
+            <myfaces-html>http://java.sun.com/jsf/html</myfaces-html>
           </taglibs>
           <targetPath>META-INF/standard-faces-config.xml</targetPath>
           <packageContains>org.apache</packageContains>

Added: myfaces/core/trunk_1.2.x/impl/src/main/conf/META-INF/myfaces-html-base.tld
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/impl/src/main/conf/META-INF/myfaces-html-base.tld?rev=613735&view=auto
==============================================================================
--- myfaces/core/trunk_1.2.x/impl/src/main/conf/META-INF/myfaces-html-base.tld (added)
+++ myfaces/core/trunk_1.2.x/impl/src/main/conf/META-INF/myfaces-html-base.tld Sun Jan 20 18:46:42 2008
@@ -0,0 +1,32 @@
+<?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.
+-->
+<taglib xmlns="http://java.sun.com/xml/ns/javaee"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
+    version="2.1">
+    <description>
+        This tag library implements the standard JSF core tags.
+    </description>
+   <display-name>Apache MyFaces HTML</display-name>    
+   <tlib-version>1.2</tlib-version>
+   <short-name>h</short-name>
+   <uri>http://java.sun.com/jsf/html</uri>
+  
+</taglib>
\ No newline at end of file