You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2015/12/01 22:17:14 UTC

svn commit: r1717537 - in /nutch/branches/2.x: CHANGES.txt src/plugin/subcollection/plugin.xml src/plugin/urlnormalizer-regex/plugin.xml

Author: snagel
Date: Tue Dec  1 21:17:14 2015
New Revision: 1717537

URL: http://svn.apache.org/viewvc?rev=1717537&view=rev
Log:
NUTCH-2107 plugin.xml to validate against plugin.dtd

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/src/plugin/subcollection/plugin.xml
    nutch/branches/2.x/src/plugin/urlnormalizer-regex/plugin.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1717537&r1=1717536&r2=1717537&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Tue Dec  1 21:17:14 2015
@@ -3,6 +3,8 @@ Nutch Change Log
 Nutch 2.3.1 Release 22092015 (ddmmyyyy)
 Release Report - http://s.apache.org/nutch_2.3.1
 
+* NUTCH-2107 plugin.xml to validate against plugin.dtd (snagel)
+
 * NUTCH-2130 copyField rawcontent creates error within schema.xml (Sherban Drulea, lewismc, snagel)
 
 * NUTCH-2018 Ensure that the Docker containers for Nutch 2.X are part of the Release Management Documentation (lewismc)

Modified: nutch/branches/2.x/src/plugin/subcollection/plugin.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/src/plugin/subcollection/plugin.xml?rev=1717537&r1=1717536&r2=1717537&view=diff
==============================================================================
--- nutch/branches/2.x/src/plugin/subcollection/plugin.xml (original)
+++ nutch/branches/2.x/src/plugin/subcollection/plugin.xml Tue Dec  1 21:17:14 2015
@@ -21,16 +21,16 @@
    version="1.0.0"
    provider-name="apache.org">
 
-   <requires>
-      <import plugin="nutch-extensionpoints"/>
-   </requires>
-
    <runtime>
       <library name="subcollection.jar">
          <export name="*"/>
       </library>
    </runtime>
    
+   <requires>
+      <import plugin="nutch-extensionpoints"/>
+   </requires>
+
    <extension id="org.apache.nutch.indexer.subcollection.indexing"
               name="Subcollection Indexing Filter"
               point="org.apache.nutch.indexer.IndexingFilter">

Modified: nutch/branches/2.x/src/plugin/urlnormalizer-regex/plugin.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/src/plugin/urlnormalizer-regex/plugin.xml?rev=1717537&r1=1717536&r2=1717537&view=diff
==============================================================================
--- nutch/branches/2.x/src/plugin/urlnormalizer-regex/plugin.xml (original)
+++ nutch/branches/2.x/src/plugin/urlnormalizer-regex/plugin.xml Tue Dec  1 21:17:14 2015
@@ -28,7 +28,7 @@
    </runtime>
 
    <requires>
-    <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
+      <import plugin="nutch-extensionpoints"/>
    </requires>
 
    <extension id="org.apache.nutch.net.urlnormalizer.regex"