From df42f26bacd54051c6b9d70bf5863fb3ba0b9b2b Mon Sep 17 00:00:00 2001 From: Tony Germano Date: Sat, 12 Jul 2025 13:10:02 -0400 Subject: [PATCH] Remove empty extensionmanager-client.jar ExtensionManager apparently used to be a plugin, but it has not been for some time. The step in the client build script that produced the extension jar was not removed at the same time and has been producing an effectively empty jar file with no classes and only a manifest. The actual extensionmanager related classes are included in mirth-client.jar. Related: 027ae2405ee6fe66b26b29a28e5315fcaf1dace0 Signed-off-by: Tony Germano --- client/ant-build.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/client/ant-build.xml b/client/ant-build.xml index d3df03cd45..d9df97ff3f 100644 --- a/client/ant-build.xml +++ b/client/ant-build.xml @@ -46,7 +46,6 @@ - @@ -234,11 +233,6 @@ - - - - - @@ -372,4 +366,4 @@ - \ No newline at end of file +