Add java.xml.bin as explicit dependency

This commit is contained in:
Deka-O
2018-05-21 13:38:35 +02:00
parent 9a177c0f8d
commit b0769fa626
4 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,9 @@
<pathelement location="extern/jna.jar"/>
<pathelement location="extern/args4j.jar"/>
<pathelement location="extern/zip4j.jar"/>
<pathelement location="extern/jaxb-api.jar"/>
<pathelement location="extern/jaxb-core.jar"/>
<pathelement location="extern/jaxb-impl.jar"/>
</classpath>
</javac>
@@ -37,6 +40,9 @@
<filelist dir="." files="extern/jna.jar" />
<filelist dir="." files="extern/args4j.jar" />
<filelist dir="." files="extern/zip4j.jar" />
<filelist dir="." files="extern/jaxb-api.jar" />
<filelist dir="." files="extern/jaxb-core.jar" />
<filelist dir="." files="extern/jaxb-impl.jar" />
</unjar>
<copy file="resources/icon.png" tofile="build/icon.png" overwrite="true" />

BIN
extern/jaxb-api.jar vendored Normal file

Binary file not shown.

BIN
extern/jaxb-core.jar vendored Normal file

Binary file not shown.

BIN
extern/jaxb-impl.jar vendored Normal file

Binary file not shown.