Skip to content

Commit 3935d94

Browse files
committed
build: add AbstractXMLReader to mirth-client-core
This class was not available to the client, but it is required to serialize transformer message templates to the message tree view. Signed-off-by: Tony Germano <tony@germano.name>
1 parent 7723b34 commit 3935d94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
<jar destfile="${setup.server.lib}/${client-core.jar}" basedir="${classes}" modificationTime="${archive.entry.date}">
131131
<include name="com/mirth/connect/client/core/**" />
132132
<include name="com/mirth/connect/model/**" />
133+
<include name="org/openintegrationengine/engine/plugins/**" />
133134
<include name="com/mirth/connect/userutil/**" />
134135
<include name="com/mirth/connect/util/**" />
135136
<include name="com/mirth/connect/server/util/ResourceUtil.class" />

0 commit comments

Comments
 (0)