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 jm...@apache.org on 2006/11/28 21:30:07 UTC

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

Author: jmargaris
Date: Tue Nov 28 13:30:07 2006
New Revision: 480215

URL: http://svn.apache.org/viewvc?view=rev&rev=480215
Log:
added tree bridge

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=480215&r1=480214&r2=480215
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Tue Nov 28 13:30:07 2006
@@ -72,7 +72,9 @@
 		<mapping class="xap.bridges.dojo.DesktopPaneBridge" name="desktopPane"/>
 		<mapping class="xap.bridges.dojo.DesktopPaneBridge" name="rootPane"/>
 		
-		<mapping class="xap.bridges.dojo.TableBridge" name="table"/>		
+		<mapping class="xap.bridges.dojo.TableBridge" name="table"/>	
+		<mapping class="xap.bridges.dojo.TreeTableBridge" name="treeTable"/>
+		<mapping class="xap.bridges.dojo.TreeBridge" name="tree"/>	
 		<mapping class="xap.bridges.dojo.TabPaneBridge" name="tabPane"/>	
 		<mapping class="xap.bridges.dojo.TabBridge" name="tab"/>	
 		<mapping class="xap.bridges.dojo.FreePanelBridge" name="freePane"/>	
@@ -82,7 +84,7 @@
 		<mapping class="xap.bridges.dojo.TextFieldBridge" name="textField"/>
 		<mapping class="xap.bridges.dojo.PasswordFieldBridge" name="passwordField"/>
 		<mapping class="xap.bridges.dojo.TextAreaBridge" name="textArea"/>
-		<mapping class="xap.bridges.dojo.TreeTableBridge" name="treeTable"/>
+		
 		<mapping class="xap.bridges.dojo.RowBridge" name="row"/>
 		<mapping class="xap.bridges.dojo.ColumnBridge" name="column"/>
 		<mapping class="xap.bridges.dojo.CellBridge" name="cell"/>