You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2011/10/12 00:00:29 UTC

svn commit: r1182114 - in /nutch/branches/nutchgora: ./ src/plugin/ src/plugin/language-identifier/ src/plugin/language-identifier/src/ src/plugin/languageidentifier/ src/plugin/languageidentifier/src/

Author: lewismc
Date: Tue Oct 11 22:00:28 2011
New Revision: 1182114

URL: http://svn.apache.org/viewvc?rev=1182114&view=rev
Log:
commit to address NUTCH-623 and update to changes.txt

Added:
    nutch/branches/nutchgora/src/plugin/language-identifier/
    nutch/branches/nutchgora/src/plugin/language-identifier/build.xml
      - copied unchanged from r1182108, nutch/branches/nutchgora/src/plugin/languageidentifier/build.xml
    nutch/branches/nutchgora/src/plugin/language-identifier/ivy.xml
      - copied unchanged from r1182108, nutch/branches/nutchgora/src/plugin/languageidentifier/ivy.xml
    nutch/branches/nutchgora/src/plugin/language-identifier/plugin.xml
      - copied unchanged from r1182108, nutch/branches/nutchgora/src/plugin/languageidentifier/plugin.xml
    nutch/branches/nutchgora/src/plugin/language-identifier/src/
      - copied from r1182108, nutch/branches/nutchgora/src/plugin/languageidentifier/src/
Removed:
    nutch/branches/nutchgora/src/plugin/languageidentifier/build.xml
    nutch/branches/nutchgora/src/plugin/languageidentifier/ivy.xml
    nutch/branches/nutchgora/src/plugin/languageidentifier/plugin.xml
    nutch/branches/nutchgora/src/plugin/languageidentifier/src/
Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/src/plugin/build.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1182114&r1=1182113&r2=1182114&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Tue Oct 11 22:00:28 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* Change plugin source directory "languageidentifier" to "language-identifier" (lewismc)
+
 * NUTCH-1132, 1133 & 1134 Fix TestGenerator, TestInjector & TestFetcher respectively (lewismc)
 
 * NUTCH-1154 Upgrade to Tika 0.10. NOTE: Tika's new RTF parser may ignore more

Modified: nutch/branches/nutchgora/src/plugin/build.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/plugin/build.xml?rev=1182114&r1=1182113&r2=1182114&view=diff
==============================================================================
--- nutch/branches/nutchgora/src/plugin/build.xml (original)
+++ nutch/branches/nutchgora/src/plugin/build.xml Tue Oct 11 22:00:28 2011
@@ -30,7 +30,7 @@
      <ant dir="index-anchor" target="deploy"/>
      <ant dir="index-basic" target="deploy"/>
      <ant dir="index-more" target="deploy"/>
-     <ant dir="languageidentifier" target="deploy"/>
+     <ant dir="language-identifier" target="deploy"/>
      <ant dir="lib-http" target="deploy"/>
      <ant dir="lib-nekohtml" target="deploy"/>
      <ant dir="lib-regex-filter" target="deploy"/>
@@ -41,7 +41,7 @@
      <ant dir="protocol-file" target="deploy"/>
      <ant dir="protocol-http" target="deploy"/>
      <ant dir="protocol-httpclient" target="deploy"/>
-  	 <ant dir="protocol-sftp" target="deploy"/>
+     <ant dir="protocol-sftp" target="deploy"/>
      <ant dir="parse-js" target="deploy"/>
      <ant dir="parse-html" target="deploy"/>
      <ant dir="parse-tika" target="deploy"/>
@@ -75,7 +75,7 @@
      <ant dir="protocol-file" target="test"/>
      <ant dir="parse-html" target="test"/>
      <ant dir="index-more" target="test"/>
-     <ant dir="languageidentifier" target="test"/>
+     <ant dir="language-identifier" target="test"/>
      <ant dir="protocol-httpclient" target="test"/>
      <ant dir="urlfilter-automaton" target="test"/>
      <ant dir="urlfilter-domain" target="test" />
@@ -84,7 +84,6 @@
      <ant dir="urlnormalizer-basic" target="test"/>
      <ant dir="urlnormalizer-pass" target="test"/>
      <ant dir="urlnormalizer-regex" target="test"/>
-     <ant dir="languageidentifier" target="test"/>
      <ant dir="lib-http" target="test"/>
      <ant dir="subcollection" target="test"/>
      <!--
@@ -104,7 +103,7 @@
     <ant dir="index-anchor" target="clean"/>
     <ant dir="index-basic" target="clean"/>
     <ant dir="index-more" target="clean"/>
-    <ant dir="languageidentifier" target="clean"/>
+    <ant dir="language-identifier" target="clean"/>
     <ant dir="lib-http" target="clean"/>
     <ant dir="lib-nekohtml" target="clean"/>
     <ant dir="lib-regex-filter" target="clean"/>
@@ -121,7 +120,7 @@
     <ant dir="protocol-ftp" target="clean"/>
     <ant dir="protocol-httpclient" target="clean"/>
     <ant dir="protocol-http" target="clean"/>
-  	<ant dir="protocol-sftp" target="clean"/>
+    <ant dir="protocol-sftp" target="clean"/>
     <ant dir="scoring-link" target="clean"/>
     <ant dir="scoring-opic" target="clean"/>
     <ant dir="subcollection" target="clean"/>