You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/10/11 16:51:43 UTC

svn commit: r462851 - /incubator/xap/trunk/src/xap/taghandling/plugin.xml

Author: mturyn
Date: Wed Oct 11 09:51:42 2006
New Revision: 462851

URL: http://svn.apache.org/viewvc?view=rev&rev=462851
Log:
[Re?]added formatterChain tag  mapping/

Modified:
    incubator/xap/trunk/src/xap/taghandling/plugin.xml

Modified: incubator/xap/trunk/src/xap/taghandling/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/taghandling/plugin.xml?view=diff&rev=462851&r1=462850&r2=462851
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Wed Oct 11 09:51:42 2006
@@ -35,7 +35,10 @@
 		/>			
 		<mapping name="messageFormatter"
 			class="xap.data.bridge.MessageFormatterBridge"
-		/>				
+		/>		
+		<mapping name="formatterChain"
+			class="xap.data.bridge.FormatterChainBridge"
+		/>						
 	</tag-mappings>