Skip to content

Commit 2144f5e

Browse files
committed
Added removal of old jars in installation directory during installation (some of them could be conflicting)
1 parent c74719b commit 2144f5e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

EthereumHarmony.install4j

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,27 @@
243243
<preActivation />
244244
<postActivation />
245245
<actions>
246+
<action name="" id="209" customizedId="" beanClass="com.install4j.runtime.beans.actions.files.DeleteFileAction" enabled="true" commentSet="true" comment="Removing old jars, some of them could be conflicting" actionElevationType="elevated" rollbackBarrier="false" multiExec="false" failureStrategy="1" errorMessage="">
247+
<serializedBean>
248+
<java class="java.beans.XMLDecoder">
249+
<object class="com.install4j.runtime.beans.actions.files.DeleteFileAction">
250+
<void property="files">
251+
<array class="java.io.File" length="1">
252+
<void index="0">
253+
<object class="java.io.File">
254+
<string>lib</string>
255+
</object>
256+
</void>
257+
</array>
258+
</void>
259+
<void property="recursive">
260+
<boolean>true</boolean>
261+
</void>
262+
</object>
263+
</java>
264+
</serializedBean>
265+
<condition />
266+
</action>
246267
<action name="" id="9" customizedId="" beanClass="com.install4j.runtime.beans.actions.InstallFilesAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" multiExec="false" failureStrategy="2" errorMessage="${i18n:FileCorrupted}">
247268
<serializedBean>
248269
<java class="java.beans.XMLDecoder">

0 commit comments

Comments
 (0)