Remove bundled libjson-simple which conflicts with i2p.jar
Switch to use libjson-simple 2.x API
Requires I2P 0.9.47
This commit is contained in:
zzz
2020-05-31 13:46:34 +00:00
parent 4025f49581
commit 401271e911
12 changed files with 21 additions and 1198 deletions

View File

@ -11,7 +11,7 @@
<target name="plugin" depends="war">
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<property name="release.number" value="0.4" />
<property name="release.number" value="0.5" />
<!-- we don't bother with an update plugin, everything is in a single war -->
<copy file="LICENSE.txt" todir="plugin/" overwrite="true" />