You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/04/14 20:01:11 UTC

svn commit: r161329 - incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd

Author: gbayon
Date: Thu Apr 14 11:01:10 2005
New Revision: 161329

URL: http://svn.apache.org/viewcvs?view=rev&rev=161329
Log:
- Corrected JIRA 36

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd?view=diff&r1=161328&r2=161329
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd Thu Apr 14 11:01:10 2005
@@ -25,7 +25,7 @@
 		<xs:complexType>
 			<xs:attribute name="resource" type="xs:string"/>
 			<xs:attribute name="url" type="xs:string"/>
-			<xs:attribute name="embeded" type="xs:string"/>
+			<xs:attribute name="embedded" type="xs:string"/>
 		</xs:complexType>
 	</xs:element>
 	<xs:element name="provider">