Skip to content

Commit

Permalink
upd to jsoup-1.10.1 : fixed to Eclipse classpath and Ant configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
luccioman committed Nov 15, 2016
1 parent c55172f commit 200e7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -87,7 +87,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-57_1.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.9.2.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.10.1.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/weupnp-0.1.4.jar"/>
<classpathentry kind="lib" path="lib/common-image-3.2.1.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -206,7 +206,7 @@
<pathelement location="${lib}/jetty-xml-9.2.19.v20160908.jar" />
<pathelement location="${lib}/jsch-0.1.53.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsoup-1.9.2.jar" />
<pathelement location="${lib}/jsoup-1.10.1.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.21.jar" />
<pathelement location="${lib}/lucene-analyzers-common-5.5.2.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-5.5.2.jar" />
Expand Down

1 comment on commit 200e7a7

@reger24
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.