Skip to content

Commit 98e6f9a

Browse files
authored
Merge pull request #3 from dita-ot/release/3.6.3
Release 3.6.3
2 parents c108162 + 78a141c commit 98e6f9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
apply plugin: 'java-library'
99

1010
group = 'org.dita.pdf2'
11-
version = '3.6.2'
11+
version = '3.6.3'
1212
description = """DITA Open Toolkit PDF plug-in for RenderX."""
1313

1414
repositories {

plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ See the accompanying LICENSE file for applicable license.
1616
<param name="pdf.formatter" desc="Specifies the XSL processor." type="enum">
1717
<val desc="RenderX XEP Engine">xep</val>
1818
</param>
19+
<param name="xep.dir" desc="RenderX installation directory." type="file"/>
1920
<param name="custom.xep.config" desc="Specifies the user configuration file for RenderX." type="file"/>
2021
<param name="maxJavaMemory" desc="Specifies the amount of memory allocated to the RenderX process."/>
2122
</transtype>

0 commit comments

Comments
 (0)