summaryrefslogtreecommitdiff
path: root/.classpath
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 /.classpath
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 '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 8cc301584..3e4f29314 100644
--- a/.classpath
+++ b/.classpath
@@ -23,6 +23,7 @@
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.17.jar"/>
+ <classpathentry kind="lib" path="lib/xz-1.8.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.11.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.25.jar"/>