From 42b86284c58639cfe921a858c51b3ba4b00e8095 Mon Sep 17 00:00:00 2001 From: Jarno Elovirta Date: Fri, 1 Oct 2021 14:38:36 +0300 Subject: [PATCH] Migrate messages from org.dita.pdf2 plug-in Signed-off-by: Jarno Elovirta --- build.gradle | 3 ++- plugin.xml | 1 + resource/messages.xml | 22 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 resource/messages.xml diff --git a/build.gradle b/build.gradle index 7e88dd6..962750d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ apply plugin: 'java-library' group = 'org.dita.pdf2' -version = '3.6.1' +version = '3.6.2' description = """DITA Open Toolkit PDF plug-in for RenderX.""" repositories { @@ -39,6 +39,7 @@ task dist(type: Zip, dependsOn: [jar]) { from(".") { include "build.xml" include "cfg/**" + include "resource/**" include "xsl/**" } from(".") { diff --git a/plugin.xml b/plugin.xml index 0c0bf55..8b0d0c0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,6 +20,7 @@ See the accompanying LICENSE file for applicable license. +