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/06/29 17:15:43 UTC

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

Author: mturyn
Date: Thu Jun 29 10:15:42 2006
New Revision: 418087

URL: http://svn.apache.org/viewvc?rev=418087&view=rev
Log:
Fixed type in dojo bridge class specifiers.

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?rev=418087&r1=418086&r2=418087&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Thu Jun 29 10:15:42 2006
@@ -21,8 +21,8 @@
 	</tag-mappings>
 	
 	<tag-mappings namespace="http://www.dojotoolkit.org/" document="xal">	
-		<mapping class="xap.bridges.xap.DojoButtonBridge" name="button"/>
-		<mapping class="xap.bridges.xap.DojoContentPaneBridge" name="contentPane"/>	
+		<mapping class="xap.bridges.dojo.DojoButtonBridge" name="button"/>
+		<mapping class="xap.bridges.dojo.DojoContentPaneBridge" name="contentPane"/>	
 	</tag-mappings>