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/12/31 12:05:21 UTC

svn commit: r360268 - in /ibatis/trunk/cs/mapper/IBatisNet.Common: DbProvider.cs IBatisNet.Common.csproj IDbProvider.cs IProvider.cs Provider.cs

Author: gbayon
Date: Sat Dec 31 03:05:09 2005
New Revision: 360268

URL: http://svn.apache.org/viewcvs?rev=360268&view=rev
Log:
- Renamed files

Added:
    ibatis/trunk/cs/mapper/IBatisNet.Common/DbProvider.cs
      - copied unchanged from r360267, ibatis/trunk/cs/mapper/IBatisNet.Common/Provider.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common/IDbProvider.cs
      - copied unchanged from r360267, ibatis/trunk/cs/mapper/IBatisNet.Common/IProvider.cs
Removed:
    ibatis/trunk/cs/mapper/IBatisNet.Common/IProvider.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common/Provider.cs
Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj?rev=360268&r1=360267&r2=360268&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj Sat Dec 31 03:05:09 2005
@@ -124,6 +124,11 @@
                     BuildAction = "Compile"
                 />
                 <File
+                    RelPath = "DbProvider.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
                     RelPath = "IBatisNet.Common.build"
                     BuildAction = "None"
                 />
@@ -138,7 +143,7 @@
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "IProvider.cs"
+                    RelPath = "IDbProvider.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
@@ -149,11 +154,6 @@
                 <File
                     RelPath = "notice.txt"
                     BuildAction = "Content"
-                />
-                <File
-                    RelPath = "Provider.cs"
-                    SubType = "Code"
-                    BuildAction = "Compile"
                 />
                 <File
                     RelPath = "provider.xsd"