Changeset 8084 for branches/3.19-stable


Ignore:
Timestamp:
Oct 26, 2022, 2:36:09 PM (7 months ago)
Author:
Nicklas Nordborg
Message:

References #2284: Add support for encryption to the Packed file exporter plug-in

Added zip4j.

Location:
branches/3.19-stable
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.19-stable/.classpath

    r7994 r8084  
    3535  <classpathentry kind="lib" path="lib/dist/poi-ooxml-5.0.0.jar"/>
    3636  <classpathentry kind="lib" path="lib/dist/hibernate-core-5.5.6.Final.jar"/>
     37  <classpathentry kind="lib" path="lib/dist/zip4j-2.11.2.jar"/>
    3738  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
    3839    <attributes>
  • branches/3.19-stable/doc/3rd-party-components.txt

    r7994 r8084  
    303303Files    : AffxFusion.jar
    304304
     305ZIP file support
     306----------------
     307A library for reading and writing ZIP files.
     308
     309More info: https://github.com/srikanth-lingala/zip4j
     310Version  : 2.11.2
     311License  : zip4j-license.txt
     312Files    : zip4j-2.11.2.jar
     313
     314
    305315TAR file support
    306316----------------
     
    382392            commons-compress-1.20.jar, commons-math3-3.6.1.jar, xmlbeans-4.0.0.jar
    383393
     394
Note: See TracChangeset for help on using the changeset viewer.