Skip to content

Commit

Permalink
upd to jwat-1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Apr 22, 2017
1 parent 7a7da69 commit 2b03e40
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 24 deletions.
8 changes: 4 additions & 4 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
<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/langdetect.jar"/>
<classpathentry kind="lib" path="lib/jwat-common-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/jwat-gzip-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/jwat-archive-common-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/jwat-warc-1.0.4.jar"/>
<classpathentry kind="lib" path="lib/jwat-common-1.0.5.jar"/>
<classpathentry kind="lib" path="lib/jwat-gzip-1.0.5.jar"/>
<classpathentry kind="lib" path="lib/jwat-archive-common-1.0.5.jar"/>
<classpathentry kind="lib" path="lib/jwat-warc-1.0.5.jar"/>
<classpathentry kind="output" path="gen"/>
</classpath>
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@
<pathelement location="${lib}/jsch-0.1.54.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsoup-1.10.2.jar" />
<pathelement location="${lib}/jwat-common-1.0.4.jar" />
<pathelement location="${lib}/jwat-gzip-1.0.4.jar" />
<pathelement location="${lib}/jwat-archive-common-1.0.4.jar" />
<pathelement location="${lib}/jwat-warc-1.0.4.jar" />
<pathelement location="${lib}/jwat-common-1.0.5.jar" />
<pathelement location="${lib}/jwat-gzip-1.0.5.jar" />
<pathelement location="${lib}/jwat-archive-common-1.0.5.jar" />
<pathelement location="${lib}/jwat-warc-1.0.5.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.24.jar" />
<pathelement location="${lib}/lucene-analyzers-common-5.5.4.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-5.5.4.jar" />
Expand Down
Binary file removed lib/jwat-archive-common-1.0.4.jar
Binary file not shown.
Binary file added lib/jwat-archive-common-1.0.5.jar
Binary file not shown.
Binary file not shown.
Binary file renamed lib/jwat-gzip-1.0.4.jar → lib/jwat-gzip-1.0.5.jar
Binary file not shown.
Binary file renamed lib/jwat-warc-1.0.4.jar → lib/jwat-warc-1.0.5.jar
Binary file not shown.
18 changes: 2 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,25 +476,11 @@
<version>1.10.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.jwat</groupId>
<artifactId>jwat-common</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.jwat</groupId>
<artifactId>jwat-gzip</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.jwat</groupId>
<artifactId>jwat-warc</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.jwat</groupId>
<artifactId>jwat-archive-common</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.youcruit.com.cybozu.labs</groupId>
Expand Down

0 comments on commit 2b03e40

Please sign in to comment.