diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-08-15 10:07:39 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-08-15 10:07:39 +0200 |
| commit | 685122363dc34a748834eaf567b5e7cb81f01634 (patch) | |
| tree | b63bdf2dd6edcbf4c7a52f09749c859bab8883f5 /build.xml | |
| parent | 8ce9c066bfc4d55cfbd5eddf992274104ed1ff77 (diff) | |
Added a parser for XZ compressed archives.
As suggested by LA_FORGE on mantis 781
(http://mantis.tokeek.de/view.php?id=781)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -179,6 +179,7 @@ <pathelement location="${lib}/common-lang-3.3.2.jar" /> <pathelement location="${lib}/commons-codec-1.11.jar" /> <pathelement location="${lib}/commons-compress-1.17.jar" /> + <pathelement location="${lib}/xz-1.8.jar" /> <pathelement location="${lib}/commons-fileupload-1.3.3.jar" /> <pathelement location="${lib}/commons-io-2.6.jar" /> <pathelement location="${lib}/commons-jxpath-1.3.jar" /> |
