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 2006/02/18 12:41:31 UTC

svn commit: r378715 [1/4] - in /ibatis/trunk/cs/mapper: ./ IBatisNet.Common.Logging.Log4Net/ IBatisNet.Common/ IBatisNet.Common/Exceptions/ IBatisNet.Common/Logging/ IBatisNet.Common/Logging/Impl/ IBatisNet.Common/Pagination/ IBatisNet.Common/Transacti...

Author: gbayon
Date: Sat Feb 18 03:41:00 2006
New Revision: 378715

URL: http://svn.apache.org/viewcvs?rev=378715&view=rev
Log:
- Added svn:keywords
Revision LastChangedDate LastChangedBy
on files

Modified:
    ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/AssemblyInfo.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/ChangeLog.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/DataSource.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/DataSourceDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/DbProvider.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ConfigurationException.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ForeignKeyException.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/IBatisNetException.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ProbeException.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.build   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/IDalSession.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/IDataSource.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/IDbProvider.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ConfigurationSectionHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILog.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILoggerFactoryAdapter.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLogger.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLoggerFA.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLogger.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLoggerFA.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLogger.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLoggerFA.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogSetting.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/IPaginatedList.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/PaginatedArrayList.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/ProviderDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/IsolationLevel.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionOptions.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScope.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScopeOptions.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ConfigWatcherHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/DBHelperParameterCache.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/HashCodeProvider.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectProbe.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ReflectionInfo.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/CachedProxyGenerator.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/IProxyGenerator.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/ProxyGeneratorFactory.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Resources.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ScriptRunner.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/StringTokenizer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/CachedTypeResolver.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/TypeAliasResolver.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/TypeResolver.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/Xml/NodeUtils.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/licence.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/notice.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.Common/provider.xsd   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/AssemblyInfo.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/DataBase-Template.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/A.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Account.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/AccountBis.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/AccountCollection.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/B.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Book.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/C.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Category.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Complex.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/CustomInheritance.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/D.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Document.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/DocumentCollection.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/E.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Enumeration.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/F.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/GuidStringTypeHandlerCallback.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/HundredsTypeHandlerCallback.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/LineItem.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/LineItemCollection.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Newspaper.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/OneZeroBoolTypeHandlerCallback.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Order.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Other.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/OuiNonBoolTypeHandlerCallback.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Sample.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Search.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/User.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.csproj   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.Test.build   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Access/OleDb/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/Odbc/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/OleDb/document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/EmbedParameter.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MSSQL/SqlClient/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/ByteFx/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/MySql/MySql/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/ODP/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/Oracle/OracleClient/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/Account.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/Category.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/Complex.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/Document.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/DynamicAccount.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/Enumeration.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/LineItem.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/Order.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/Other.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Maps/PostgreSQL/Npgsql/ResultClass.xml   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/BaseTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheController/FifoCacheControllerTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheController/LruCacheControllerTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheController/MemoryCacheControllerTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheKeyTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/CacheTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/ComplexTypeTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/ConfigureTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/DynamicPrependTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/DynamicTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/InheritanceTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/MSSQL/ProcedureTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/MSSQL/StatementGenerate.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/MSSQL/StatementTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/MySql/StatementGenerate.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/MySql/StatementTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Oracle/ProcedureTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Oracle/StatementGenerate.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/Oracle/StatementTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/ParameterMapTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/PostgreSQL/StatementGenerate.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/PostgreSQL/StatementTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/ResultClassTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/ResultMapTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/StatementNamespaceTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/StatementTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/ThreadTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/NUnit/SqlMapTests/TransactionTest.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/ReadMe.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/DataBase.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/DataBaseNHibernate.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/account-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/account-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/category-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/category-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/documents-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/enumeration-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/line-item-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/more-account-records.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/order-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/other-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/swap-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Access/user-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/DBCreation.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/DataBase.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/README-embed-param.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/account-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/account-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/category-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/category-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/documents-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/embed-param-setup-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/embed-param-test-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/enumeration-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/line-item-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/more-account-records.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/order-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/other-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/ps_SelectAccount.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/swap-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/user-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/DataBase.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/account-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/account-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/category-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/category-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/documents-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/enumeration-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/line-item-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/more-account-records.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/order-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/other-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/swap-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MySql/user-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/DataBase.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/DataBaseNHibernate.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/account-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/account-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/account-refcursor-package-body.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/account-refcursor-package-spec.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/category-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/category-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/documents-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/enumeration-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/line-item-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/more-account-records.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/order-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/other-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/swap-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/Oracle/user-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/DataBase.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/account-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/account-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/category-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/category-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/documents-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/enumeration-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/line-item-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/more-account-records.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/order-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/other-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/swap-procedure.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/PostgreSQL/user-init.sql   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/IBatisNet.DataMapper.Test.dll.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Access_OleDb.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MSSQL_Odbc.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MSSQL_OleDb.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MSSQL_SqlClient.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_ByteFx.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_MySql_MySql.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Oracle_ODP.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_Oracle_OracleClient.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/SqlMap_PostgreSQL_Npgsql.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/cool.jpg   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/providers.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/bin/Debug/test.config   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/cool.jpg   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/DefaultPreparedCommand.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/EmbedParamsPreparedCommand.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/IPreparedCommand.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/IPreparedCommandProxy.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Commands/PreparedCommandFactory.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Alias/TypeAlias.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Alias/TypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/CacheKey.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/CacheModel.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/Fifo/FifoCacheController.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/FlushInterval.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/ICacheController.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/Lru/LruCacheController.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/Memory/MemoryCacheControler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Cache/Memory/MemoryCacheLevel.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/DomSqlMapBuilder.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParameterMapping/InlineParameterMapParser.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParameterMapping/ParameterMap.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParameterMapping/ParameterProperty.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/Discriminator.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultMap.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultProperty.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/SubMap.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/CacheModelDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/DeSerializerFactory.cs   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/DeleteDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/DiscriminatorDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/DynamicDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/InsertDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsEmptyDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsEqualDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsGreaterEqualDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsGreaterThanDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsLessEqualDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsLessThanDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsNotEmptyDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsNotEqualDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsNotNullDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsNotParameterPresentDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsNotPropertyAvailableDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsNullDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsParameterPresentDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IsPropertyAvailableDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/IterateSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/ParameterMapDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/ParameterPropertyDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/ProcedureDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/ResultMapDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/ResultPropertyDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/SelectDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/StatementDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/SubMapDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/TypeAliasDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/TypeHandlerDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Serializers/UpdateDeSerializer.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/DynamicSql.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/BaseTag.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/Conditional.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/Dynamic.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IDynamicParent.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsEmpty.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsEqual.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsGreaterEqual.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsGreaterThan.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsLessEqual.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsLessThan.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsNotEmpty.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsNotEqual.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsNotNull.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsNotParameterPresent.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsNotPropertyAvailable.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsNull.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsParameterPresent.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/IsPropertyAvailable.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/Iterate.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Elements/SqlTag.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/BaseTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/ConditionalTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/DynamicTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/ISqlTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsEmptyTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsEqualTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsGreaterEqualTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsGreaterThanTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsLessEqualTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsLessThanTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsNotEmptyTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsNotEqualTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsNotNullTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsNotParameterPresentTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsNotPropertyAvailableTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsNullTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsParameterPresentTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IsPropertyAvailableTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IterateContext.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/IterateTagHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/Handlers/SqlTagContext.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/ISqlChild.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Dynamic/SqlText.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/ISql.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/SimpleDynamic/SimpleDynamicSql.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Static/ProcedureSql.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Sql/Static/StaticSql.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Delete.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Generate.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/IStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Insert.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/PreparedStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/PreparedStatementFactory.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Procedure.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Select.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/SelectKey.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/SqlGenerator.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Statement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/Statements/Update.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Enumeration.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Exceptions/DataMapperException.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ExecuteEventArgs.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.build   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/LazyLoadList.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/CachingStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/DeleteMappedStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/IMappedStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/InsertMappedStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/PaginatedList.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/SelectMappedStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/UpdateMappedStatement.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Mapper.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ReadMe.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ConfigurationScope.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ErrorContext.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/RequestScope.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SessionHolder.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMap.xsd   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapConfig.xsd   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapper.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BaseTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/BooleanTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteArrayTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ByteTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CharTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/CustomTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DateTimeTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DecimalTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/DoubleTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/EnumTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/GuidTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IParameterSetter.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/IResultGetter.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ITypeHandlerCallback.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int16TypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int32TypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/Int64TypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ObjectTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ParameterSetterImpl.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/ResultGetterImpl.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/SingleTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/StringTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TimeSpanTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/TypeHandlerFactory.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/TypeHandlers/UnknownTypeHandler.cs   (contents, props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/licence.txt   (props changed)
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/notice.txt   (props changed)

Modified: ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs Sat Feb 18 03:41:00 2006
@@ -11,7 +11,7 @@
 //
 [assembly: AssemblyCompany("http://ibatis.apache.org/")]
 [assembly: AssemblyProduct("iBATIS.NET")]
-[assembly: AssemblyCopyright("Copyright 2004,2005 The Apache Software Foundation")]
+[assembly: AssemblyCopyright("Copyright 2006,2005 The Apache Software Foundation")]
 [assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
 [assembly: AssemblyCulture("")]	
 	

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/AssemblyInfo.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/ChangeLog.txt
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/DataSource.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/DataSource.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/DataSource.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/DataSource.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/DataSource.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/DataSourceDeSerializer.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/DataSourceDeSerializer.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/DataSourceDeSerializer.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/DataSourceDeSerializer.cs Sat Feb 18 03:41:00 2006
@@ -2,7 +2,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/DataSourceDeSerializer.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/DbProvider.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/DbProvider.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/DbProvider.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/DbProvider.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/DbProvider.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ConfigurationException.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ConfigurationException.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ConfigurationException.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ConfigurationException.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ConfigurationException.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ForeignKeyException.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ForeignKeyException.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ForeignKeyException.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ForeignKeyException.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ForeignKeyException.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/IBatisNetException.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/IBatisNetException.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/IBatisNetException.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/IBatisNetException.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/IBatisNetException.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ProbeException.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ProbeException.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ProbeException.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ProbeException.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Exceptions/ProbeException.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.build
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/IDalSession.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/IDalSession.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/IDalSession.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/IDalSession.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/IDalSession.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/IDataSource.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/IDataSource.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/IDataSource.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/IDataSource.cs Sat Feb 18 03:41:00 2006
@@ -2,7 +2,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2006 - Apache Fondation

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/IDataSource.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/IDbProvider.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ConfigurationSectionHandler.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ConfigurationSectionHandler.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ConfigurationSectionHandler.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ConfigurationSectionHandler.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ConfigurationSectionHandler.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILog.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILog.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILog.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILog.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILog.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILoggerFactoryAdapter.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILoggerFactoryAdapter.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILoggerFactoryAdapter.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILoggerFactoryAdapter.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/ILoggerFactoryAdapter.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLogger.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLogger.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLogger.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLogger.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLogger.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLoggerFA.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLoggerFA.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLoggerFA.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLoggerFA.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ConsoleOutLoggerFA.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLogger.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLogger.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLogger.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLogger.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLogger.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLoggerFA.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLoggerFA.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLoggerFA.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLoggerFA.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/NoOpLoggerFA.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLogger.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLogger.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLogger.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLogger.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLogger.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLoggerFA.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLoggerFA.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLoggerFA.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLoggerFA.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/TraceLoggerFA.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogSetting.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogSetting.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogSetting.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogSetting.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogSetting.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/IPaginatedList.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/IPaginatedList.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/IPaginatedList.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/IPaginatedList.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/IPaginatedList.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/PaginatedArrayList.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/PaginatedArrayList.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/PaginatedArrayList.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/PaginatedArrayList.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Pagination/PaginatedArrayList.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/ProviderDeSerializer.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/ProviderDeSerializer.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/ProviderDeSerializer.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/ProviderDeSerializer.cs Sat Feb 18 03:41:00 2006
@@ -2,7 +2,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/ProviderDeSerializer.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/IsolationLevel.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/IsolationLevel.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/IsolationLevel.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/IsolationLevel.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/IsolationLevel.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionOptions.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionOptions.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionOptions.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionOptions.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionOptions.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScope.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScope.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScope.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScope.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScope.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScopeOptions.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScopeOptions.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScopeOptions.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScopeOptions.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Transaction/TransactionScopeOptions.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ConfigWatcherHandler.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ConfigWatcherHandler.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ConfigWatcherHandler.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ConfigWatcherHandler.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ConfigWatcherHandler.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/DBHelperParameterCache.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/DBHelperParameterCache.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/DBHelperParameterCache.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/DBHelperParameterCache.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/DBHelperParameterCache.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/HashCodeProvider.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/HashCodeProvider.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/HashCodeProvider.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/HashCodeProvider.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/HashCodeProvider.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectProbe.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectProbe.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectProbe.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectProbe.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ObjectProbe.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ReflectionInfo.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ReflectionInfo.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ReflectionInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ReflectionInfo.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Objects/ReflectionInfo.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/CachedProxyGenerator.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/CachedProxyGenerator.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/CachedProxyGenerator.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/CachedProxyGenerator.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/CachedProxyGenerator.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/IProxyGenerator.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/ProxyGeneratorFactory.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/ProxyGeneratorFactory.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/ProxyGeneratorFactory.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/ProxyGeneratorFactory.cs Sat Feb 18 03:41:00 2006
@@ -2,7 +2,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004-2005 - Apache Foundation

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Proxy/ProxyGeneratorFactory.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Resources.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Resources.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Resources.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Resources.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/Resources.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ScriptRunner.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ScriptRunner.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ScriptRunner.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ScriptRunner.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/ScriptRunner.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/StringTokenizer.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/StringTokenizer.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/StringTokenizer.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/StringTokenizer.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/StringTokenizer.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/CachedTypeResolver.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/CachedTypeResolver.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/CachedTypeResolver.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/CachedTypeResolver.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * Copyright 2004 the original author or authors.
  *  

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/CachedTypeResolver.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/TypeAliasResolver.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/TypeAliasResolver.cs?rev=378715&r1=378714&r2=378715&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/TypeAliasResolver.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/TypeAliasResolver.cs Sat Feb 18 03:41:00 2006
@@ -3,7 +3,7 @@
 /*****************************************************************************
  * $Header: $
  * $Revision: $
- * $Date: $
+ * $Date$
  * 
  * iBATIS.NET Data Mapper
  * Copyright (C) 2004 - Gilles Bayon

Propchange: ibatis/trunk/cs/mapper/IBatisNet.Common/Utilities/TypesResolver/TypeAliasResolver.cs
------------------------------------------------------------------------------
    svn:keywords = Revision LastChangedDate LastChangedBy