upd to jwat-1.0.5

pull/122/head
reger 8 years ago
parent 7a7da698d4
commit 2b03e40134

@ -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>

@ -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" />

Binary file not shown.

Binary file not shown.

@ -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>

Loading…
Cancel
Save