2009-11-07 Zoltan Varga <vargaz@gmail.com>
commit2383ffbe996877aad63e7df80cbd74e81d6274db
authorzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Sat, 7 Nov 2009 02:47:39 +0000 (7 02:47 +0000)
committerzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Sat, 7 Nov 2009 02:47:39 +0000 (7 02:47 +0000)
tree95ff14ebb547e9cd99f6db3276ce8e5523901108
parent41f5067957825a9aadd2efb540a27b3d4fbdf28e
2009-11-07  Zoltan Varga  <vargaz@gmail.com>

*: Move .cs files to the System.Data.Services subdir to match their namespace,
move tests to 'Test' from 'Tests', add Makefile.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/branches/mono-2-6/mcs@145633 e3ebcda4-bce8-0310-ba0a-eca2169e7518
35 files changed:
class/System.Data.Services/ChangeLog
class/System.Data.Services/System.Data.Services/ChangeInterceptorAttribute.cs [moved from class/System.Data.Services/ChangeInterceptorAttribute.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/DataService.cs [moved from class/System.Data.Services/DataService.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/DataServiceException.cs [moved from class/System.Data.Services/DataServiceException.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/DataServiceHost.cs [moved from class/System.Data.Services/DataServiceHost.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/DataServiceHostFactory.cs [moved from class/System.Data.Services/DataServiceHostFactory.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/ETagAttribute.cs [moved from class/System.Data.Services/ETagAttribute.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/EntitySetRights.cs [moved from class/System.Data.Services/EntitySetRights.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/ExpandSegment.cs [moved from class/System.Data.Services/ExpandSegment.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/ExpandSegmentCollection.cs [moved from class/System.Data.Services/ExpandSegmentCollection.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/HandleExceptionArgs.cs [moved from class/System.Data.Services/HandleExceptionArgs.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/IDataServiceConfiguration.cs [moved from class/System.Data.Services/IDataServiceConfiguration.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/IDataServiceHost.cs [moved from class/System.Data.Services/IDataServiceHost.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/IExpandProvider.cs [moved from class/System.Data.Services/IExpandProvider.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/IExpandedResult.cs [moved from class/System.Data.Services/IExpandedResult.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/IRequestHandler.cs [moved from class/System.Data.Services/IRequestHandler.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/IUpdatable.cs [moved from class/System.Data.Services/IUpdatable.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/IgnorePropertiesAttribute.cs [moved from class/System.Data.Services/IgnorePropertiesAttribute.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/MimeTypeAttribute.cs [moved from class/System.Data.Services/MimeTypeAttribute.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/ProcessRequestArgs.cs [moved from class/System.Data.Services/ProcessRequestArgs.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/QueryInterceptorAttribute.cs [moved from class/System.Data.Services/QueryInterceptorAttribute.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/ServiceOperationRights.cs [moved from class/System.Data.Services/ServiceOperationRights.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/SingleResultAttribute.cs [moved from class/System.Data.Services/SingleResultAttribute.cs with 100% similarity]
class/System.Data.Services/System.Data.Services/UpdateOperations.cs [moved from class/System.Data.Services/UpdateOperations.cs with 100% similarity]
class/System.Data.Services/Test/ChangeInterceptorAttributeTests.cs [moved from class/System.Data.Services/Tests/ChangeInterceptorAttributeTests.cs with 100% similarity]
class/System.Data.Services/Test/ChangeLog [moved from class/System.Data.Services/Tests/ChangeLog with 100% similarity]
class/System.Data.Services/Test/DataServiceExceptionTests.cs [moved from class/System.Data.Services/Tests/DataServiceExceptionTests.cs with 100% similarity]
class/System.Data.Services/Test/DataServiceTests.cs [moved from class/System.Data.Services/Tests/DataServiceTests.cs with 100% similarity]
class/System.Data.Services/Test/ETagAttributeTests.cs [moved from class/System.Data.Services/Tests/ETagAttributeTests.cs with 100% similarity]
class/System.Data.Services/Test/ExpandSegmentCollectionTests.cs [moved from class/System.Data.Services/Tests/ExpandSegmentCollectionTests.cs with 100% similarity]
class/System.Data.Services/Test/ExpandSegmentTests.cs [moved from class/System.Data.Services/Tests/ExpandSegmentTests.cs with 100% similarity]
class/System.Data.Services/Test/IgnorePropertiesAttributeTests.cs [moved from class/System.Data.Services/Tests/IgnorePropertiesAttributeTests.cs with 100% similarity]
class/System.Data.Services/Test/MimeTypeAttributeTests.cs [moved from class/System.Data.Services/Tests/MimeTypeAttributeTests.cs with 100% similarity]
class/System.Data.Services/Test/QueryInterceptorAttributeTests.cs [moved from class/System.Data.Services/Tests/QueryInterceptorAttributeTests.cs with 100% similarity]
class/System.Data.Services/Test/System.Data.Services.Tests.csproj [moved from class/System.Data.Services/Tests/System.Data.Services.Tests.csproj with 100% similarity]