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/11/09 21:05:17 UTC

svn commit: r473054 - in /ibatis/trunk/cs/mapper: IBatisNet.DataMapper.Test/ IBatisNet.DataMapper.Test/Scripts/MSSQL/ IBatisNet.DataMapper/ IBatisNet.DataMapper/MappedStatements/PropertStrategy/

Author: gbayon
Date: Thu Nov  9 12:05:16 2006
New Revision: 473054

URL: http://svn.apache.org/viewvc?view=rev&rev=473054
Log:
Removed un used files

Removed:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/Products-init.sql
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Scripts/MSSQL/categories-init.sql
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/PropertStrategy/MapStrategy.cs
Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.2005.csproj
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.2005.csproj
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.2005.csproj?view=diff&rev=473054&r1=473053&r2=473054
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.2005.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/IBatisNet.DataMapper.Test.2005.csproj Thu Nov  9 12:05:16 2006
@@ -419,7 +419,6 @@
     <Content Include="Scripts\Access\user-init.sql" />
     <Content Include="Scripts\MSSQL\account-init.sql" />
     <Content Include="Scripts\MSSQL\account-procedure.sql" />
-    <Content Include="Scripts\MSSQL\categories-init.sql" />
     <Content Include="Scripts\MSSQL\category-init.sql" />
     <Content Include="Scripts\MSSQL\category-procedure.sql" />
     <Content Include="Scripts\MSSQL\category-procedureWithReturn.sql" />
@@ -437,7 +436,6 @@
     <Content Include="Scripts\MSSQL\petstore-drop.sql" />
     <Content Include="Scripts\MSSQL\petstore-init.sql" />
     <Content Include="Scripts\MSSQL\petstore-schema.sql" />
-    <Content Include="Scripts\MSSQL\Products-init.sql" />
     <Content Include="Scripts\MSSQL\ps_SelectAccount.sql" />
     <Content Include="Scripts\MSSQL\ps_SelectAllAccount.sql" />
     <Content Include="Scripts\MSSQL\ps_SelectLineItem.sql" />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj?view=diff&rev=473054&r1=473053&r2=473054
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj Thu Nov  9 12:05:16 2006
@@ -508,7 +508,6 @@
     <Compile Include="MappedStatements\PropertStrategy\DefaultStrategy.cs" />
     <Compile Include="MappedStatements\PropertStrategy\GroupByStrategy.cs" />
     <Compile Include="MappedStatements\PropertStrategy\IPropertyStrategy.cs" />
-    <Compile Include="MappedStatements\PropertStrategy\MapStrategy.cs" />
     <Compile Include="MappedStatements\PropertStrategy\PropertyStrategyFactory.cs" />
     <Compile Include="MappedStatements\PropertStrategy\ResultMapStrategy.cs" />
     <Compile Include="MappedStatements\PropertStrategy\SelectArrayStrategy.cs" />