Merge NUTCH-2089 Move Nutch 2.x to compile on JDK 8
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/9a349a1f Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/9a349a1f Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/9a349a1f Branch: refs/heads/2.x Commit: 9a349a1f48b3e3a474eaa4d69d362ee4af612a5d Parents: 3f9ad62 581c5a4 Author: Lewis John McGibbney <[email protected]> Authored: Tue May 24 05:51:43 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Tue May 24 05:51:43 2016 -0700 ---------------------------------------------------------------------- default.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/9a349a1f/default.properties ---------------------------------------------------------------------- diff --cc default.properties index 5e5f3dd,ccc0d57..8e11ebf --- a/default.properties +++ b/default.properties @@@ -43,11 -43,8 +43,11 @@@ test.build.javadoc = ${test.build.dir}/ # Proxy Host and Port to use for building JavaDoc javadoc.proxy.host=-J-DproxyHost= javadoc.proxy.port=-J-DproxyPort= - javadoc.link.java=http://docs.oracle.com/javase/7/docs/api/ - javadoc.link.hadoop=http://hadoop.apache.org/docs/r1.2.0/api/ + javadoc.link.java=http://docs.oracle.com/javase/8/docs/api/ + javadoc.link.hadoop=http://hadoop.apache.org/docs/r2.5.2/api/ +javadoc.link.lucene.core=https://lucene.apache.org/core/4_6_0/core/ +javadoc.link.lucene.analyzers-common=https://lucene.apache.org/core/4_6_0/analyzers-common/ +javadoc.link.solr-solrj=https://lucene.apache.org/solr/4_6_0/solr-solrj/ javadoc.packages=org.apache.nutch.* dist.dir=./dist
