Changeset 7170
- Timestamp:
- Jun 9, 2016, 10:45:49 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r7152 r7170 30 30 <classpathentry kind="lib" path="lib/dist/javasysmon-0.3.5.jar"/> 31 31 <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"/>33 32 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 34 33 <classpathentry kind="output" path="xbin"/> -
trunk/doc/3rd-party-components.txt
r7152 r7170 321 321 ------------------------- 322 322 Package for multi-threaded compression to GZIP format. 323 Modified to fix issue with files > 2GB. Source is included 324 with the BASE core code. 323 325 324 326 More info: https://github.com/shevek/parallelgzip 327 : http://base.thep.lu.se/ticket/2006 328 : http://base.thep.lu.se/ticket/2016 325 329 Version : 1.0.1 326 330 License : Apache software license (parallelgzip-LICENSE.txt) 327 Files : parallelgzip-1.0.1.jar331 Files : None. Distributed as source only. All code is in org/anarres/parallelgzip package. 328 332 329 333 SecondString
Note: See TracChangeset
for help on using the changeset viewer.