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 /.classpath | |
| 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 '.classpath')
| -rw-r--r-- | .classpath | 1 |
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"/> |
