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/02 07:16:37 UTC

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

Author: mturyn
Date: Mon Oct  2 00:16:37 2006
New Revision: 451900

URL: http://svn.apache.org/viewvc?view=rev&rev=451900
Log:
Added mapping for simpleDocumentDataSource tag.

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=451900&r1=451899&r2=451900
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Mon Oct  2 00:16:37 2006
@@ -9,6 +9,7 @@
 	<tag-mappings namespace="http://www.openxal.org/data" document="dataSources">
 		<mapping class="xap.data.bridge.ObjectDataSourceBridge" name="objectDataSource"/>	
 		<mapping class="xap.data.bridge.JavascriptDataSourceBridge" name="javascriptDataSource"/>	
+		<mapping class="xap.data.bridge.SimpleDocumentDataSourceBridge" name="simpleDocumentDataSource"/>	
 	</tag-mappings>		
 	
 	<!-- binding -->