Author: markus
Date: Sat Jun 23 12:15:04 2012
New Revision: 1353118

URL: http://svn.apache.org/viewvc?rev=1353118&view=rev
Log:
NUTCH-1319 HostNormalizer was not properly added to plugins/build.xml

Modified:
    nutch/trunk/src/plugin/build.xml

Modified: nutch/trunk/src/plugin/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/src/plugin/build.xml?rev=1353118&r1=1353117&r2=1353118&view=diff
==============================================================================
--- nutch/trunk/src/plugin/build.xml (original)
+++ nutch/trunk/src/plugin/build.xml Sat Jun 23 12:15:04 2012
@@ -65,6 +65,7 @@
      <ant dir="urlfilter-validator" target="deploy"/>
      <ant dir="urlmeta" target="deploy"/>
      <ant dir="urlnormalizer-basic" target="deploy"/>
+     <ant dir="urlnormalizer-host" target="deploy"/>
      <ant dir="urlnormalizer-pass" target="deploy"/>
      <ant dir="urlnormalizer-regex" target="deploy"/>
   </target>
@@ -94,6 +95,7 @@
      <ant dir="urlfilter-regex" target="test"/>
      <ant dir="urlfilter-suffix" target="test"/>
      <ant dir="urlnormalizer-basic" target="test"/>
+     <ant dir="urlnormalizer-host" target="test"/>
      <ant dir="urlnormalizer-pass" target="test"/>
      <ant dir="urlnormalizer-regex" target="test"/>
     </parallel>
@@ -143,6 +145,7 @@
     <ant dir="urlfilter-suffix" target="clean"/>
     <ant dir="urlfilter-validator" target="clean"/>
     <ant dir="urlmeta" target="clean"/>
+    <ant dir="urlnormalizer-host" target="clean"/>
     <ant dir="urlnormalizer-basic" target="clean"/>
     <ant dir="urlnormalizer-pass" target="clean"/>
     <ant dir="urlnormalizer-regex" target="clean"/>


Reply via email to