You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2021/02/25 04:06:42 UTC

[lucenenet] 03/08: Lucene.Net.Tests.Analysis.Common.csproj: Simplified embedded resource references

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit beab426c44461ff1c45a9d4ae96690164a0947c1
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sun Feb 21 22:28:57 2021 +0700

    Lucene.Net.Tests.Analysis.Common.csproj: Simplified embedded resource references
---
 .../Lucene.Net.Tests.Analysis.Common.csproj                         | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj b/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj
index cea9247..58188ec 100644
--- a/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj
+++ b/src/Lucene.Net.Tests.Analysis.Common/Lucene.Net.Tests.Analysis.Common.csproj
@@ -28,7 +28,11 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <EmbeddedResource Include="Analysis\En\porterTestData.zip;Analysis\En\kstemTestData.zip;Analysis\Snowball\TestSnowballVocabData.zip;Analysis\Fr\frlighttestdata.zip;Analysis\Fr\frminimaltestdata.zip;Analysis\De\delighttestdata.zip;Analysis\De\deminimaltestdata.zip;Analysis\Es\eslighttestdata.zip;Analysis\Ru\rulighttestdata.zip;Analysis\Ckb\ckbtestdata.zip;Analysis\Fi\filighttestdata.zip;Analysis\Gl\gltestdata.zip;Analysis\Pt\ptlighttestdata.zip;Analysis\Pt\ptminimaltestdata.zip;Analys [...]
+    <EmbeddedResource Include="**/*.dic;**/*.aff" Label="Hunspell Dictionary and Affix Test Data" />
+    <EmbeddedResource Include="**/*.zip" Exclude="bin/**/*.zip;obj/**/*.zip" Label="Zip Test Data" />
+    <EmbeddedResource Include="**/*.txt" Exclude="bin/**/*.txt;obj/**/*.txt" Label="Text Test Data" />
+    <EmbeddedResource Include="**/*.htm;**/*.html" Exclude="bin/**/*.htm;obj/**/*.htm;bin/**/*.html;obj/**/*.html" Label="HTML Test Data" />
+    <EmbeddedResource Include="**/*.xml" Exclude="bin/**/*.xml;obj/**/*.xml" Label="XML Test Data" />
   </ItemGroup>
 
   <ItemGroup>