Skip to content

Commit

Permalink
Merge pull request #3 from wbicode/2.2.1
Browse files Browse the repository at this point in the history
bump tika version to 2.2.1
  • Loading branch information
sonix07 committed Jan 12, 2022
2 parents d593e3d + b854a9f commit fbe154f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion TikaServiceInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<!-- 1.1.1-onwards: {36BF5421-A13A-49D3-9E9D-A87450D32935} -> for tika.server 1.21 -->
<!-- 1.26.0: {d7a7983f-8c31-4883-86a9-16e114182601} -> for tika.server 1.26-->
<!-- 2.0.0: {3cb5c81e-f913-11eb-9a03-0242ac130003} -> for tika.server 2.2.0-->
<Product Id="{3cb5c81e-f913-11eb-9a03-0242ac130003}"
<!-- 2.2.1: {e4413e41-ba94-4904-baca-c2464bcdb787} -> for tika.server 2.2.1-->
<Product Id="{e4413e41-ba94-4904-baca-c2464bcdb787}"
Name="$(var.ProductName)"
Language="1033"
Version="$(var.BuildVersion)"
Expand Down
4 changes: 2 additions & 2 deletions TikaServiceInstaller/TikaServiceInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
<PropertyGroup>
<DefineConstants>BasePath=$(ProjectDir)\TikaServiceDownload;BuildVersion=$(BuildVersion);BuildVersionExact=$(BuildVersionExact)</DefineConstants>
</PropertyGroup>
<DownloadFile SourceUrl="https://github.com/wbicode/TikaService/releases/download/2.0.0/TikaService-2.0.0.zip" DestinationFolder="$(MSBuildProjectDirectory)" Condition="!Exists('TikaService-2.0.0.zip')">
<DownloadFile SourceUrl="https://github.com/wbicode/TikaService/releases/download/2.2.1/TikaService-2.2.1.zip" DestinationFolder="$(MSBuildProjectDirectory)" Condition="!Exists('TikaService-2.2.1.zip')">
<Output TaskParameter="DownloadedFile" ItemName="Content" />
</DownloadFile>
<Unzip SourceFiles="$(ProjectDir)/TikaService-2.0.0.zip" DestinationFolder="$(ProjectDir)/TikaServiceDownload" OverwriteReadOnlyFiles="true" ContinueOnError="true" />
<Unzip SourceFiles="$(ProjectDir)/TikaService-2.2.1.zip" DestinationFolder="$(ProjectDir)/TikaServiceDownload" OverwriteReadOnlyFiles="true" ContinueOnError="true" />
<!-- harvest file components from publish folder-->
<HeatDirectory OutputFile="ComponentsGenerated.wxs" Transforms="neverOverwriteConfigs.xslt" DirectoryRefId="INSTALLFOLDER" ComponentGroupName="PublishedComponents" SuppressCom="true" Directory="$(ProjectDir)\TikaServiceDownload" SuppressFragments="true" SuppressRegistry="true" SuppressRootDirectory="true" AutoGenerateGuids="false" GenerateGuidsNow="true" ToolPath="$(WixToolPath)" PreprocessorVariable="var.BasePath" />
</Target>
Expand Down

0 comments on commit fbe154f

Please sign in to comment.