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. +