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/07/10 17:54:35 UTC

svn commit: r210020 - in /ibatis/trunk/cs/mapper/IBatisNet.DataAccess: DaoConfig.xsd IBatisNet.DataAccess.csproj

Author: gbayon
Date: Sun Jul 10 08:54:34 2005
New Revision: 210020

URL: http://svn.apache.org/viewcvs?rev=210020&view=rev
Log:
- Added DaoConfig schema in DataAccess project

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/DaoConfig.xsd
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/DaoConfig.xsd
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/DaoConfig.xsd?rev=210020&r1=210019&r2=210020&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/DaoConfig.xsd (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/DaoConfig.xsd Sun Jul 10 08:54:34 2005
@@ -1,5 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vs="http://schemas.microsoft.com/Visual-Studio-Intellisense" xmlns="http://ibatis.apache.org"  targetNamespace="http://ibatis.apache.org" elementFormDefault="qualified" attributeFormDefault="unqualified" vs:friendlyname="iBATIS.NET DataAccess Configuration" vs:ishtmlschema="false" vs:iscasesensitive="true" vs:requireattributequotes="true" vs:defaultnamespacequalifier="" vs:defaultnsprefix="" >
+
+<xs:schema 
+targetNamespace="http://ibatis.apache.org/dataAccess" 
+elementFormDefault="qualified" 
+xmlns:mstns="http://tempuri.org/XMLSchema.xsd" 
+xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+xmlns="http://ibatis.apache.org/dataAccess"
+xmlns:vs="http://schemas.microsoft.com/Visual-Studio-Intellisense" 
+vs:friendlyname="iBATIS.NET DataAccess file Configuration Schema" 
+vs:ishtmlschema="false" 
+vs:iscasesensitive="true" 
+vs:requireattributequotes="true" 
+vs:defaultnamespacequalifier="" 
+vs:defaultnsprefix="" >
+
 	<xs:element name="context">
 		<xs:complexType>
 			<xs:sequence>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj?rev=210020&r1=210019&r2=210020&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj Sun Jul 10 08:54:34 2005
@@ -117,6 +117,10 @@
                     BuildAction = "Content"
                 />
                 <File
+                    RelPath = "DaoConfig.xsd"
+                    BuildAction = "Content"
+                />
+                <File
                     RelPath = "DaoManager.cs"
                     SubType = "Code"
                     BuildAction = "Compile"