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/11/09 14:18:10 UTC

svn commit: r712494 - /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.xml

Author: matzew
Date: Sun Nov  9 05:18:09 2008
New Revision: 712494

URL: http://svn.apache.org/viewvc?rev=712494&view=rev
Log:
fixed a typo

Modified:
    myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.xml

Modified: myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.xml?rev=712494&r1=712493&r2=712494&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.xml (original)
+++ myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreTree.xml Sun Nov  9 05:18:09 2008
@@ -41,7 +41,7 @@
       <mfp:tag-name>tr:tree</mfp:tag-name>
       <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.data.CoreTreeTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
-          The ADF Tree is used to display data that is structured in a hierarchical format.
+          The Trinidad Tree is used to display data that is structured in a hierarchical format.
           This component supports multiple root elements, and it has a
           simple user interface (UI) - each element in the Tree is appropriately indented to indicate
           its level in the hierarchy, and is connected to its parent.