Author: siren
Date: Mon May 14 07:37:27 2007
New Revision: 537857

URL: http://svn.apache.org/viewvc?view=rev&rev=537857
Log:
NUTCH-482 Remove redundant plugin lib-log4j

Removed:
    lucene/nutch/trunk/src/plugin/lib-log4j/
Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/src/plugin/build.xml
    lucene/nutch/trunk/src/plugin/clustering-carrot2/build.xml
    lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-pdf/build.xml
    lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml
    lucene/nutch/trunk/src/plugin/parse-rss/build.xml
    lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml

Modified: lucene/nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Mon May 14 07:37:27 2007
@@ -14,7 +14,9 @@
 
  5. NUTCH-446 - RobotRulesParser should ignore Crawl-delay values of other
     bots in robots.txt (Dogacan Guney via siren)
- 
+
+ 6. NUTCH-482 - Remove redundant plugin lib-log4j (siren)
+  
 
 Release 0.9 - 2007-04-02
 

Modified: lucene/nutch/trunk/src/plugin/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/build.xml?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/src/plugin/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/build.xml Mon May 14 07:37:27 2007
@@ -33,7 +33,6 @@
      <ant dir="languageidentifier" target="deploy"/>
      <ant dir="lib-http" target="deploy"/>
      <ant dir="lib-jakarta-poi" target="deploy"/>
-     <ant dir="lib-log4j" target="deploy"/>
      <ant dir="lib-lucene-analyzers" target="deploy"/>
      <ant dir="lib-nekohtml" target="deploy"/>
      <ant dir="lib-parsems" target="deploy"/>
@@ -122,7 +121,6 @@
     <ant dir="lib-commons-httpclient" target="clean"/>
     <ant dir="lib-http" target="clean"/>
     <ant dir="lib-jakarta-poi" target="clean"/>
-    <ant dir="lib-log4j" target="clean"/>
     <ant dir="lib-lucene-analyzers" target="clean"/>
     <ant dir="lib-nekohtml" target="clean"/>
     <ant dir="lib-parsems" target="clean"/>

Modified: lucene/nutch/trunk/src/plugin/clustering-carrot2/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/clustering-carrot2/build.xml?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/src/plugin/clustering-carrot2/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/clustering-carrot2/build.xml Mon May 14 
07:37:27 2007
@@ -21,21 +21,18 @@
 
   <!-- Build compilation dependencies -->
   <target name="deps-jar">
-    <ant target="jar" inheritall="false" dir="../lib-log4j"/>
     <ant target="jar" inheritall="false" dir="../lib-nekohtml"/>
   </target>
 
   <!-- Add compilation dependencies to classpath -->
   <path id="plugin.deps">
     <fileset dir="${nutch.root}/build">
-      <include name="**/lib-log4j/*.jar" />
       <include name="**/lib-nekohtml/*.jar" />
     </fileset>
   </path>
 
   <!-- Deploy Unit test dependencies -->
   <target name="deps-test">
-    <ant target="deploy" inheritall="false" dir="../lib-log4j"/>
     <ant target="deploy" inheritall="false" dir="../lib-nekohtml"/>
     <ant target="deploy" inheritall="false" dir="../nutch-extensionpoints"/>
   </target>

Modified: lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/clustering-carrot2/plugin.xml Mon May 14 
07:37:27 2007
@@ -40,7 +40,6 @@
 
    <requires>
       <import plugin="nutch-extensionpoints"/>
-      <import plugin="lib-log4j"/>
    </requires>
 
    <extension id="org.apache.nutch.clustering.carrot2"

Modified: lucene/nutch/trunk/src/plugin/parse-pdf/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/parse-pdf/build.xml?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-pdf/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-pdf/build.xml Mon May 14 07:37:27 2007
@@ -19,21 +19,8 @@
 
   <import file="../build-plugin.xml"/>
 
-  <!-- Build compilation dependencies -->
-  <target name="deps-jar">
-    <ant target="jar" inheritall="false" dir="../lib-log4j"/>
-  </target>
-
-  <!-- Add compilation dependencies to classpath -->
-  <path id="plugin.deps">
-    <fileset dir="${nutch.root}/build">
-      <include name="**/lib-log4j/*.jar" />
-    </fileset>
-  </path>
-
   <!-- Deploy Unit test dependencies -->
   <target name="deps-test">
-    <ant target="deploy" inheritall="false" dir="../lib-log4j"/>
     <ant target="deploy" inheritall="false" dir="../nutch-extensionpoints"/>
     <ant target="deploy" inheritall="false" dir="../protocol-file"/>
   </target>

Modified: lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-pdf/plugin.xml Mon May 14 07:37:27 2007
@@ -27,12 +27,10 @@
          <export name="*"/>
       </library>
       <library name="PDFBox-0.7.2-log4j.jar"/>
-      <library name="log4j-1.2.9.jar"/>
    </runtime>
 
    <requires>
       <import plugin="nutch-extensionpoints"/>
-      <import plugin="lib-log4j"/>
    </requires>
 
    <extension id="org.apache.nutch.parse.pdf"

Modified: lucene/nutch/trunk/src/plugin/parse-rss/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/parse-rss/build.xml?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-rss/build.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-rss/build.xml Mon May 14 07:37:27 2007
@@ -22,21 +22,18 @@
  <!-- Build compilation dependencies -->
  <target name="deps-jar">
    <ant target="jar" inheritall="false" dir="../lib-xml"/>
-   <ant target="jar" inheritall="false" dir="../lib-log4j"/>
  </target>
 
  <!-- Add compilation dependencies to classpath -->
  <path id="plugin.deps">
    <fileset dir="${nutch.root}/build">
      <include name="**/lib-xml/*.jar" />
-     <include name="**/lib-log4j/*.jar" />
    </fileset>
  </path>
 
  <!-- Deploy Unit test dependencies -->
  <target name="deps-test">
    <ant target="deploy" inheritall="false" dir="../lib-xml"/>
-   <ant target="deploy" inheritall="false" dir="../lib-log4j"/>
    <ant target="deploy" inheritall="false" dir="../nutch-extensionpoints"/>
    <ant target="deploy" inheritall="false" dir="../protocol-file"/>
  </target>

Modified: lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml?view=diff&rev=537857&r1=537856&r2=537857
==============================================================================
--- lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml (original)
+++ lucene/nutch/trunk/src/plugin/parse-rss/plugin.xml Mon May 14 07:37:27 2007
@@ -33,7 +33,6 @@
    <requires>
       <import plugin="nutch-extensionpoints"/>
       <import plugin="lib-xml"/>
-      <import plugin="lib-log4j"/>
    </requires>
 
    <extension id="org.apache.nutch.parse.rss"



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to