From c7c25f84c0e9880aec6e45c2e5809dcbab70f2e9 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 30 Apr 2021 14:36:41 +0200 Subject: [PATCH] New version --- Redaction/Configuration.xba | 2 +- build.gradle | 4 +- description.xml | 236 +++++++++++++++++++++++++++++++----- gradle.properties | 2 +- 4 files changed, 208 insertions(+), 36 deletions(-) diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index f5a5d08..9f0417a 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName As String = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.9.27" +Public Const redactionExtensionVersion = "0.9.28" Function initRedactionConfiguration() On Error Goto exceptionHandler Dim regFactory As Object diff --git a/build.gradle b/build.gradle index 3748d8c..5f92339 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ task oxt(type: Zip) { dependsOn = [ 'setVersion','setVersionInBasicCode' ] + archiveName 'cleanAndValidate.oxt' from './' include '*' include '*/*' @@ -9,9 +10,10 @@ task oxt(type: Zip) { exclude '.*' exclude 'build.gradle' exclude 'translations.ods' + exclude 'build' + exclude 'buildPlugins' exclude 'cleanandvalidate.update.xml' exclude 'cleanAndValidate.ox2' - archiveName 'cleanAndValidate.oxt' } task setVersion(){ diff --git a/description.xml b/description.xml index 98da063..053ad05 100644 --- a/description.xml +++ b/description.xml @@ -1,37 +1,207 @@ - - - - - Cleaning and validation documents for publishing in html and epub with pagination - Чистка и проверка документов для издания в html и epub с сохранением пагинации - - - - - - - - - - - - - - - Georgy Litvinov - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Cleaning and validation documents for publishing in html and epub with pagination + + + + + + Чистка и проверка документов для издания в html и epub с сохранением пагинации + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Georgy Litvinov + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gradle.properties b/gradle.properties index 30e22b3..b7a0434 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.9.27 +version=0.9.28