You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/03/22 14:02:48 UTC

svn commit: r926059 - in /myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core: CorePanelBorderLayout.xml CorePanelGroupLayout.xml

Author: bommel
Date: Mon Mar 22 13:02:47 2010
New Revision: 926059

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

Modified:
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.xml
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.xml?rev=926059&r1=926058&r2=926059&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.xml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.xml Mon Mar 22 13:02:47 2010
@@ -403,7 +403,7 @@
       <mfp:example>
         <mfp:source-code>
           <![CDATA[
-<tr:panelBorderLayoutLayout>
+<tr:panelBorderLayout>
   <f:facet name="top">
     <tr:image source="/images/globalhelp.gif"/>
   </f:facet>
@@ -422,7 +422,7 @@
 
   <tr:outputText value="Here is some content"
                  styleClass="AFInstructionText"/>
-</tr:panelBorderLayoutLayout>
+</tr:panelBorderLayout>
           ]]>
         </mfp:source-code>
       </mfp:example>

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml?rev=926059&r1=926058&r2=926059&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml Mon Mar 22 13:02:47 2010
@@ -68,7 +68,7 @@ horizontal line, or vertically.]]>
       <mfp:example>
         <mfp:source-code>
           <![CDATA[
-<tr:panelGroupLayoutLayout layout="horizontal">
+<tr:panelGroupLayout layout="horizontal">
   <f:facet name="separator">
     <tr:spacer width="10" height="1"/>
   </f:facet>
@@ -78,7 +78,7 @@ horizontal line, or vertically.]]>
         destination="http://myfaces.apache.org"/>
   <tr:goLink text="Apache Trinidad 3"
         destination="http://myfaces.apache.org"/>
-</tr:panelGroupLayoutLayout>
+</tr:panelGroupLayout>
           ]]>
         </mfp:source-code>
       </mfp:example>