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/09/25 02:48:37 UTC

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

Author: mturyn
Date: Sun Sep 24 19:48:36 2006
New Revision: 449552

URL: http://svn.apache.org/viewvc?view=rev&rev=449552
Log:
Fixed binding namespace.

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=449552&r1=449551&r2=449552
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Sun Sep 24 19:48:36 2006
@@ -12,7 +12,7 @@
 	</tag-mappings>		
 	
 	<!-- binding -->
-	<tag-mappings namespace="http://nexaweb.com/data" document="bindings">
+	<tag-mappings namespace="http://www.openxal.org/data" document="bindings">
 		<mapping class="xap.data.bridge.BindingBridge"
 			name="binding"/>
 	</tag-mappings>