Author: snagel
Date: Tue Dec  1 21:15:21 2015
New Revision: 1717536

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

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/src/plugin/subcollection/plugin.xml
    nutch/trunk/src/plugin/urlnormalizer-regex/plugin.xml

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1717536&r1=1717535&r2=1717536&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Tue Dec  1 21:15:21 2015
@@ -3,6 +3,8 @@ Nutch Change Log
 Nutch 1.11 Release 25/10/2015 (dd/mm/yyyy)
 Release Report: http://s.apache.org/nutch11
 
+* NUTCH-2107 plugin.xml to validate against plugin.dtd (snagel)
+
 * NUTCH-2177 Generator produces only one partition even in distributed mode 
(jnioche, snagel)
 
 * NUTCH-2158 Upgrade to Tika 1.11 (jnioche, snagel)

Modified: nutch/trunk/src/plugin/subcollection/plugin.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/src/plugin/subcollection/plugin.xml?rev=1717536&r1=1717535&r2=1717536&view=diff
==============================================================================
--- nutch/trunk/src/plugin/subcollection/plugin.xml (original)
+++ nutch/trunk/src/plugin/subcollection/plugin.xml Tue Dec  1 21:15:21 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/trunk/src/plugin/urlnormalizer-regex/plugin.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/src/plugin/urlnormalizer-regex/plugin.xml?rev=1717536&r1=1717535&r2=1717536&view=diff
==============================================================================
--- nutch/trunk/src/plugin/urlnormalizer-regex/plugin.xml (original)
+++ nutch/trunk/src/plugin/urlnormalizer-regex/plugin.xml Tue Dec  1 21:15:21 
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"


Reply via email to