Changeset 7170


Ignore:
Timestamp:
Jun 9, 2016, 10:45:49 AM (7 years ago)
Author:
Nicklas Nordborg
Message:

References #2006 and #2016.

Removed parallelgzip jar file and added source files to the BASE core package instead. The intention is to fix the file size problem. The current code is the original code as downloaded from https://github.com/shevek/parallelgzip (version 1.0.1). The code does not compile due to using non-standard annotation from "javax.annotation" package.

Location:
trunk
Files:
6 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r7152 r7170  
    3030  <classpathentry kind="lib" path="lib/dist/javasysmon-0.3.5.jar"/>
    3131  <classpathentry kind="lib" path="lib/dist/hibernate-core-5.0.7.Final.jar" sourcepath="D:/Eclipse/sources/hibernate-release-5.0.7.Final/project/hibernate-core/src/main/java"/>
    32   <classpathentry kind="lib" path="lib/dist/parallelgzip-1.0.1.jar"/>
    3332  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    3433  <classpathentry kind="output" path="xbin"/>
  • trunk/doc/3rd-party-components.txt

    r7152 r7170  
    321321-------------------------
    322322Package for multi-threaded compression to GZIP format.
     323Modified to fix issue with files > 2GB. Source is included
     324with the BASE core code.
    323325
    324326More info: https://github.com/shevek/parallelgzip
     327         : http://base.thep.lu.se/ticket/2006
     328         : http://base.thep.lu.se/ticket/2016
    325329Version  : 1.0.1
    326330License  : Apache software license (parallelgzip-LICENSE.txt)
    327 Files    : parallelgzip-1.0.1.jar
     331Files    : None. Distributed as source only. All code is in org/anarres/parallelgzip package.
    328332
    329333SecondString
Note: See TracChangeset for help on using the changeset viewer.