You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2007/05/14 23:41:50 UTC

svn commit: r537989 - /myfaces/trinidad/branches/faces-1_2-070427/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts

Author: jwaldman
Date: Mon May 14 14:41:49 2007
New Revision: 537989

URL: http://svn.apache.org/viewvc?view=rev&rev=537989
Log:
merge in svn revision 536996 from Trunk.
fix small bug in LoggerBundle.xrts
<resource key="CANNOT_FIND_PARENT_COMPONENTREF">Cannot find parent &lt;tr:componentRef&rt;</resource>
Changed 'rt' to 'gt'

This is on the faces-1_2-070427 branch.

Modified:
    myfaces/trinidad/branches/faces-1_2-070427/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts

Modified: myfaces/trinidad/branches/faces-1_2-070427/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/faces-1_2-070427/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts?view=diff&rev=537989&r1=537988&r2=537989
==============================================================================
--- myfaces/trinidad/branches/faces-1_2-070427/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts (original)
+++ myfaces/trinidad/branches/faces-1_2-070427/trinidad/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts Mon May 14 14:41:49 2007
@@ -484,7 +484,7 @@
 <resource key="FACETREF_MUST_INSIDE_UICOMPONENT">facetRef must be inside of a UIComponent tag.</resource>
 
 <!-- CANNOT_FIND_PARENT_COMPONENTREF -->
-<resource key="CANNOT_FIND_PARENT_COMPONENTREF">Cannot find parent &lt;tr:componentRef&rt;</resource>
+<resource key="CANNOT_FIND_PARENT_COMPONENTREF">Cannot find parent &lt;tr:componentRef&gt;</resource>
 
 <!-- FACETNAME_REQUIRED -->
 <resource key="FACETNAME_REQUIRED">facetName is required on facetRef</resource>