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/29 02:55:29 UTC

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

Author: jmargaris
Date: Tue Nov 28 18:55:29 2006
New Revision: 480354

URL: http://svn.apache.org/viewvc?view=rev&rev=480354
Log:
document name now "ui" not "xal"

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=480354&r1=480353&r2=480354
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Tue Nov 28 18:55:29 2006
@@ -46,7 +46,7 @@
 	
 
 	<!-- default mappings -->
-	<tag-mappings namespace="http://openxal.org/ui" document="xal">
+	<tag-mappings namespace="http://openxal.org/ui" document="ui">
 		<mapping class="xap.bridges.basic.HtmlHostBridge" name="htmlHost"/>
 
 		<mapping class="xap.bridges.basic.DefsBridge" name="defs"/>
@@ -109,7 +109,7 @@
 	
 	<!-- IMPORTANT make it so the two namespaces can be space
 	separated instead of listing them twice -->
-	<tag-mappings namespace="http://openxal.org/ui/html" document="xal">
+	<tag-mappings namespace="http://openxal.org/ui/html" document="ui">
 		<mapping class="xap.bridges.basic.HtmlHostBridge" name="htmlHost"/>
 
 		<mapping class="xap.bridges.basic.DefsBridge" name="defs"/>
@@ -124,6 +124,7 @@
 		<mapping class="xap.bridges.xap.ListItemBridge" name="listItem"/>
 	
 		
+		
 		<mapping class="xap.bridges.dojo.SplitPaneBridge" name="splitPane"/>
 		<mapping class="xap.bridges.dojo.SplitChildBridge" name="top"/>
 		<mapping class="xap.bridges.dojo.SplitChildBridge" name="left"/>
@@ -135,6 +136,8 @@
 		<mapping class="xap.bridges.dojo.DesktopPaneBridge" name="rootPane"/>
 		
 		<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"/>	
@@ -144,7 +147,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.TableBridge" name="table"/>
+		
 		<mapping class="xap.bridges.dojo.RowBridge" name="row"/>
 		<mapping class="xap.bridges.dojo.ColumnBridge" name="column"/>
 		<mapping class="xap.bridges.dojo.CellBridge" name="cell"/>