This is an automated email from the ASF dual-hosted git repository.
markus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new f7fdca3 NUTCH-2692 Removing previously accidentally added file
f7fdca3 is described below
commit f7fdca37fe15f95955ec9082943a9392a578b728
Author: Markus Jelsma <[email protected]>
AuthorDate: Fri Feb 22 17:07:29 2019 +0100
NUTCH-2692 Removing previously accidentally added file
---
conf/host-protocol-mapping.txt | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/conf/host-protocol-mapping.txt b/conf/host-protocol-mapping.txt
deleted file mode 100644
index d0a1b70..0000000
--- a/conf/host-protocol-mapping.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# This file defines a hostname to protocol plugin mapping. Each line takes a
-# host name followed by a tab, followed by the ID of the protocol plugin. You
-# can find the ID in the protocol plugin's plugin.xml file.
-#
-# <hostname>\t<plugin_id>\n
-# nutch.apache.org org.apache.nutch.protocol.httpclient.Http
-# tika.apache.org org.apache.nutch.protocol.http.Http
-#
-nutch.apache.org org.apache.nutch.protocol.httpclient.Http
-tika.apache.org org.apache.nutch.protocol.http.Http
-