Skip to content

Commit 7247f5b

Browse files
kayyagaritonygermano
kayyagari
authored andcommitted
Changed the configuration to remove vmoptions files of oieserver and oieservice during uninstallation
1 parent 04e90d8 commit 7247f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/install4j/oie-installer-config.install4j

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<entries>
1919
<dirEntry mountPoint="24" file="${compiler:installer:mediaRoot}/server/setup" subDirectory="setup">
2020
<exclude>
21-
<entry location="oieserver.vmoptions" />
22-
<entry location="oieservice.vmoptions" />
2321
<entry location="conf" />
2422
</exclude>
2523
</dirEntry>
@@ -29,6 +27,7 @@
2927
<entry location="webapps" />
3028
<entry location="mirth-manager-launcher.jar" />
3129
<entry location="public_html" />
30+
<entry location="oieserver.vmoptions" />
3231
<entry location="cli-lib" />
3332
<entry location="server-launcher-lib" />
3433
<entry location="mirth-server-launcher.jar" />
@@ -38,6 +37,7 @@
3837
<entry location="manager-lib" />
3938
<entry location="mirth-cli-launcher.jar" />
4039
<entry location="logs" />
40+
<entry location="oieservice.vmoptions" />
4141
<entry location="client-lib" />
4242
</exclude>
4343
</dirEntry>

0 commit comments

Comments
 (0)