Repository: lucenenet Updated Branches: refs/heads/api-work bc77c1ca1 -> 544f91271
Lucene.Net: Deleted Lucene.Net.Search.RemoteSearchable.config and Lucene.Net.Search.TestSort.config (old .NET remoting configurations) Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/642998fa Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/642998fa Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/642998fa Branch: refs/heads/api-work Commit: 642998fa327b9a25e8cf0f944fb92106c2ecb66f Parents: bc77c1c Author: Shad Storhaug <[email protected]> Authored: Sun Apr 23 20:59:11 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sun Apr 23 20:59:11 2017 +0700 ---------------------------------------------------------------------- .../Lucene.Net.Search.RemoteSearchable.config | 32 -------------------- .../Lucene.Net.Search.TestSort.config | 32 -------------------- src/Lucene.Net/Lucene.Net.csproj | 2 -- 3 files changed, 66 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/642998fa/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config b/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config deleted file mode 100644 index f532a82..0000000 --- a/src/Lucene.Net/Lucene.Net.Search.RemoteSearchable.config +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version='1.0'?> -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - ---> - -<configuration> - - <System.Runtime.Remoting> - - <customErrors mode = "off" /> - - </System.Runtime.Remoting> - -</configuration> - http://git-wip-us.apache.org/repos/asf/lucenenet/blob/642998fa/src/Lucene.Net/Lucene.Net.Search.TestSort.config ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Lucene.Net.Search.TestSort.config b/src/Lucene.Net/Lucene.Net.Search.TestSort.config deleted file mode 100644 index f532a82..0000000 --- a/src/Lucene.Net/Lucene.Net.Search.TestSort.config +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version='1.0'?> -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - ---> - -<configuration> - - <System.Runtime.Remoting> - - <customErrors mode = "off" /> - - </System.Runtime.Remoting> - -</configuration> - http://git-wip-us.apache.org/repos/asf/lucenenet/blob/642998fa/src/Lucene.Net/Lucene.Net.csproj ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Lucene.Net.csproj b/src/Lucene.Net/Lucene.Net.csproj index 69de9ee..73e9574 100644 --- a/src/Lucene.Net/Lucene.Net.csproj +++ b/src/Lucene.Net/Lucene.Net.csproj @@ -42,8 +42,6 @@ <Reference Include="System.Data" /> </ItemGroup> <ItemGroup> - <None Include="Lucene.Net.Search.RemoteSearchable.config" /> - <None Include="Lucene.Net.Search.TestSort.config" /> <None Include="Lucene.Net.project.json" /> </ItemGroup> <ItemGroup>
