summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-08-15 10:07:39 +0200
committerluccioman <luccioman@users.noreply.github.com>2018-08-15 10:07:39 +0200
commit685122363dc34a748834eaf567b5e7cb81f01634 (patch)
treeb63bdf2dd6edcbf4c7a52f09749c859bab8883f5 /build.xml
parent8ce9c066bfc4d55cfbd5eddf992274104ed1ff77 (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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5cc6aefb2..af41a8802 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />