Author: gbayon
Date: Thu Sep 22 09:49:12 2005
New Revision: 290978
URL: http://svn.apache.org/viewcvs?rev=290978&view=rev
Log:
- Updated ChangeLog.txt
Modified:
ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj
ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
Modified:
ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj
URL:
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj?rev=290978&r1=290977&r2=290978&view=diff
==============================================================================
---
ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj
(original)
+++
ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj
Thu Sep 22 09:49:12 2005
@@ -99,6 +99,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "LocationInfoLog4NetLogger.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "LocationInfoLog4NetLoggerFA.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Log4NetLogger.cs"
SubType = "Code"
BuildAction = "Compile"
Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt
URL:
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt?rev=290978&r1=290977&r2=290978&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt Thu Sep 22
09:49:12 2005
@@ -28,7 +28,10 @@
- Updated schemas header
dao.config
<daoConfig xmlns="http://ibatis.apache.org/dataAccess"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ providers.config
+ <providers xmlns="http://ibatis.apache.org/providers"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
------------------------------
1.6.1 - 10-June-2005
Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
URL:
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt?rev=290978&r1=290977&r2=290978&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt Thu Sep 22
09:49:12 2005
@@ -36,10 +36,13 @@
- Updated schemas header
SqlMap.config
<sqlMapConfig xmlns=http://ibatis.apache.org/dataMapper
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance>
+ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance>
Mapping files
<sqlMap namespace=Product xmlns=http://ibatis.apache.org/mapping
- xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance>
+ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance>
+ Providers.config
+ <providers xmlns="http://ibatis.apache.org/providers"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
------------------------------
1.2.1 - 10/07/2005