Skip to content

Commit

Permalink
Merge branch 'feature/messages' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jelovirt committed Oct 1, 2021
2 parents 7aed723 + 42b8628 commit 9f30c9c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -39,6 +39,7 @@ task dist(type: Zip, dependsOn: [jar]) {
from(".") {
include "build.xml"
include "cfg/**"
include "resource/**"
include "xsl/**"
}
from(".") {
Expand Down
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ See the accompanying LICENSE file for applicable license.
<param name="maxJavaMemory" desc="Specifies the amount of memory allocated to the RenderX process."/>
</transtype>
<feature extension="ant.import" file="build.xml"/>
<feature extension="dita.xsl.messages" file="resource/messages.xml"/>
<feature extension="dita.conductor.pdf2.formatter.check" value="xep"/>
<template file="xsl/fo/topic2fo_shell_xep_template.xsl"/>
</plugin>
22 changes: 22 additions & 0 deletions resource/messages.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the DITA Open Toolkit project.
Copyright 2011 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<messages>
<message id="XEPJ001W" type="WARN">
<reason>%1</reason>
<response/>
</message>
<message id="XEPJ002E" type="ERROR">
<reason>%1</reason>
<response/>
</message>
<message id="XEPJ003E" type="ERROR">
<reason>%1</reason>
<response/>
</message>
</messages>

0 comments on commit 9f30c9c

Please sign in to comment.