Skip to content

Commit

Permalink
upd to jwat-warc-1.0.6.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Jun 25, 2017
1 parent f0ba828 commit aeeb8a7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .classpath
Expand Up @@ -102,9 +102,9 @@
<classpathentry kind="lib" path="lib/imageio-bmp-3.3.1.jar"/> <classpathentry kind="lib" path="lib/imageio-bmp-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/jsonic-1.2.0.jar"/> <classpathentry kind="lib" path="lib/jsonic-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/langdetect.jar"/> <classpathentry kind="lib" path="lib/langdetect.jar"/>
<classpathentry kind="lib" path="lib/jwat-common-1.0.5.jar"/> <classpathentry kind="lib" path="lib/jwat-common-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/jwat-gzip-1.0.5.jar"/> <classpathentry kind="lib" path="lib/jwat-gzip-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/jwat-archive-common-1.0.5.jar"/> <classpathentry kind="lib" path="lib/jwat-archive-common-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/jwat-warc-1.0.5.jar"/> <classpathentry kind="lib" path="lib/jwat-warc-1.0.6.jar"/>
<classpathentry kind="output" path="gen"/> <classpathentry kind="output" path="gen"/>
</classpath> </classpath>
8 changes: 4 additions & 4 deletions build.xml
Expand Up @@ -220,10 +220,10 @@
<pathelement location="${lib}/json-simple-1.1.1.jar" /> <pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsonic-1.2.0.jar" /> <pathelement location="${lib}/jsonic-1.2.0.jar" />
<pathelement location="${lib}/jsoup-1.10.3.jar" /> <pathelement location="${lib}/jsoup-1.10.3.jar" />
<pathelement location="${lib}/jwat-archive-common-1.0.5.jar" /> <pathelement location="${lib}/jwat-archive-common-1.0.6.jar" />
<pathelement location="${lib}/jwat-common-1.0.5.jar" /> <pathelement location="${lib}/jwat-common-1.0.6.jar" />
<pathelement location="${lib}/jwat-gzip-1.0.5.jar" /> <pathelement location="${lib}/jwat-gzip-1.0.6.jar" />
<pathelement location="${lib}/jwat-warc-1.0.5.jar" /> <pathelement location="${lib}/jwat-warc-1.0.6.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.24.jar" /> <pathelement location="${lib}/log4j-over-slf4j-1.7.24.jar" />
<pathelement location="${lib}/lucene-analyzers-common-6.6.0.jar" /> <pathelement location="${lib}/lucene-analyzers-common-6.6.0.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-6.6.0.jar" /> <pathelement location="${lib}/lucene-analyzers-phonetic-6.6.0.jar" />
Expand Down
Binary file removed lib/jwat-archive-common-1.0.5.jar
Binary file not shown.
Binary file added lib/jwat-archive-common-1.0.6.jar
Binary file not shown.
Binary file not shown.
Binary file renamed lib/jwat-gzip-1.0.5.jar → lib/jwat-gzip-1.0.6.jar
Binary file not shown.
Binary file removed lib/jwat-warc-1.0.5.jar
Binary file not shown.
Binary file added lib/jwat-warc-1.0.6.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -479,7 +479,7 @@
<dependency> <dependency>
<groupId>org.jwat</groupId> <groupId>org.jwat</groupId>
<artifactId>jwat-warc</artifactId> <artifactId>jwat-warc</artifactId>
<version>1.0.5</version> <version>1.0.6</version>
<type>jar</type> <type>jar</type>
</dependency> </dependency>
<dependency> <dependency>
Expand Down

0 comments on commit aeeb8a7

Please sign in to comment.