Skip to content

Commit f71d2ec

Browse files
authored
Adopt Lucene.net as nuget package instead of submodule to resolve lgtm issue (#607)
* Remove file from submodule to resolve lgtm issue * change to full path * update * Adopt lucence.net nuget package
1 parent ab41352 commit f71d2ec

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
<NuGetVersionQuickIONET>2.6.2.0</NuGetVersionQuickIONET>
88
<NuGetVersionSharpZipLib>1.3.3</NuGetVersionSharpZipLib>
99
<NuGetVersionSystemConfigurationConfigurationManager>6.0.0</NuGetVersionSystemConfigurationConfigurationManager>
10+
<NuGetVersionLuceneDotNet>3.0.3</NuGetVersionLuceneDotNet>
1011
</PropertyGroup>
1112
</Project>

external/Lucene.Net.Light

Lines changed: 0 additions & 1 deletion
This file was deleted.

monodoc/monodoc.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
<Folder Include="Assembly\" />
2828
</ItemGroup>
2929
<ItemGroup>
30-
<Compile Include="..\external\Lucene.Net.Light\**\*.cs" />
31-
3230
<!-- TODO: Consider moving this generation stuff -->
3331
<Compile Remove="Monodoc.Ecma\EcmaUrlParserDriver.cs" />
3432
<Compile Remove="Monodoc.Ecma\jay\**\*.cs" />
@@ -231,6 +229,7 @@
231229
<ItemGroup>
232230
<PackageReference Include="SharpZipLib" Version="$(NuGetVersionSharpZipLib)" />
233231
<PackageReference Include="System.Configuration.ConfigurationManager" Version="$(NuGetVersionSystemConfigurationConfigurationManager)" />
232+
<PackageReference Include="Lucene.Net" Version="$(NuGetVersionLuceneDotNet)" />
234233
</ItemGroup>
235234
<ItemGroup>
236235
<None Include="Monodoc.Ecma\EcmaUrlParser.jay" />

0 commit comments

Comments
 (0)