Skip to content

Commit

Permalink
Merge pull request #1 from wbicode/release/1.26.0
Browse files Browse the repository at this point in the history
update to tika server version 1.26
  • Loading branch information
sonix07 authored Jun 16, 2021
2 parents d99d076 + b1c0189 commit cf4823b
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 @@ -9,7 +9,8 @@
<!-- ATTENTION: Generate ID for each release! -->
<!-- 1.0.1-1.1.0: {81069BBB-47A8-46D8-9C30-880536ABE299} -> for tika.server 1.20 -->
<!-- 1.1.1-onwards: {36BF5421-A13A-49D3-9E9D-A87450D32935} -> for tika.server 1.21 -->
<Product Id="{36BF5421-A13A-49D3-9E9D-A87450D32935}"
<!-- 1.26.0: {d7a7983f-8c31-4883-86a9-16e114182601} -> for tika.server 1.26-->
<Product Id="{d7a7983f-8c31-4883-86a9-16e114182601}"
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/1.1.0/TikaService-1.1.0.zip" DestinationFolder="$(MSBuildProjectDirectory)" Condition="!Exists('TikaService-1.1.0.zip')">
<DownloadFile SourceUrl="https://github.com/wbicode/TikaService/releases/download/1.26.0/TikaService-1.26.0.zip" DestinationFolder="$(MSBuildProjectDirectory)" Condition="!Exists('TikaService-1.26.0.zip')">
<Output TaskParameter="DownloadedFile" ItemName="Content" />
</DownloadFile>
<Unzip SourceFiles="$(ProjectDir)/TikaService-1.1.0.zip" DestinationFolder="$(ProjectDir)/TikaServiceDownload" OverwriteReadOnlyFiles="true" ContinueOnError="true" />
<Unzip SourceFiles="$(ProjectDir)/TikaService-1.26.0.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 cf4823b

Please sign in to comment.