You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by pk...@apache.org on 2006/03/16 20:04:39 UTC

svn commit: r386418 - in /lucene/nutch/branches/branch-0.7: CHANGES.txt src/plugin/protocol-httpclient/lib/commons-httpclient-3.0-rc2.jar src/plugin/protocol-httpclient/lib/commons-httpclient-3.0.jar src/plugin/protocol-httpclient/plugin.xml

Author: pkosiorowski
Date: Thu Mar 16 11:04:37 2006
New Revision: 386418

URL: http://svn.apache.org/viewcvs?rev=386418&view=rev
Log:
commons-httpclient upgraded to version 3.0

Added:
    lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/lib/commons-httpclient-3.0.jar   (with props)
Removed:
    lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/lib/commons-httpclient-3.0-rc2.jar
Modified:
    lucene/nutch/branches/branch-0.7/CHANGES.txt
    lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/plugin.xml

Modified: lucene/nutch/branches/branch-0.7/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/branch-0.7/CHANGES.txt?rev=386418&r1=386417&r2=386418&view=diff
==============================================================================
--- lucene/nutch/branches/branch-0.7/CHANGES.txt (original)
+++ lucene/nutch/branches/branch-0.7/CHANGES.txt Thu Mar 16 11:04:37 2006
@@ -20,6 +20,8 @@
 
  8. Lucene upgraded to version 1.9.1.
 
+ 9. Commons HTTPClient upgraded to version 3.0.
+
 
 Release 0.7.1 - 2005-10-01
 

Added: lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/lib/commons-httpclient-3.0.jar
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/lib/commons-httpclient-3.0.jar?rev=386418&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/lib/commons-httpclient-3.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/plugin.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/plugin.xml?rev=386418&r1=386417&r2=386418&view=diff
==============================================================================
--- lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/plugin.xml (original)
+++ lucene/nutch/branches/branch-0.7/src/plugin/protocol-httpclient/plugin.xml Thu Mar 16 11:04:37 2006
@@ -10,7 +10,7 @@
          <export name="*"/>
       </library>
       <library name="commons-codec.jar" />
-      <library name="commons-httpclient-3.0-rc2.jar" />
+      <library name="commons-httpclient-3.0.jar" />
    </runtime>
 
    <extension id="org.apache.nutch.protocol.httpclient"