Author: rahul
Date: Wed Jan 2 16:30:12 2008
New Revision: 608293
URL: http://svn.apache.org/viewvc?rev=608293&view=rev
Log:
Move HttpClient to the "Elsewhere at Apache" section.
Modified:
commons/proper/commons-build/trunk/menus/components-items.ent
commons/proper/commons-build/trunk/parts/components-table.ent
commons/proper/commons-build/trunk/xdocs/components.xml
Modified: commons/proper/commons-build/trunk/menus/components-items.ent
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/menus/components-items.ent?rev=608293&r1=608292&r2=608293&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/components-items.ent (original)
+++ commons/proper/commons-build/trunk/menus/components-items.ent Wed Jan 2
16:30:12 2008
@@ -14,7 +14,6 @@
<item name="EL" href="http://commons.apache.org/el/"/>
<item name="Email"
href="http://commons.apache.org/email/"/>
<item name="FileUpload"
href="http://commons.apache.org/fileupload/"/>
- <item name="HttpClient"
href="http://jakarta.apache.org/httpcomponents/httpclient-3.x/"/>
<item name="IO" href="http://commons.apache.org/io/"/>
<item name="JCI" href="http://commons.apache.org/jci/"/>
<item name="Jelly"
href="http://commons.apache.org/jelly/"/>
Modified: commons/proper/commons-build/trunk/parts/components-table.ent
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/parts/components-table.ent?rev=608293&r1=608292&r2=608293&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/parts/components-table.ent (original)
+++ commons/proper/commons-build/trunk/parts/components-table.ent Wed Jan 2
16:30:12 2008
@@ -97,13 +97,6 @@
</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/httpcomponents/httpclient-3.x/">HttpClient</a></td>
- <td>
- <strong>(ex-Commons)</strong>
- Framework for working with the client-side of the HTTP protocol.
- </td>
-</tr>
-<tr>
<td><a href="http://commons.apache.org/io/">IO</a></td>
<td>
Collection of I/O utilities.
Modified: commons/proper/commons-build/trunk/xdocs/components.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/components.xml?rev=608293&r1=608292&r2=608293&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/components.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/components.xml Wed Jan 2 16:30:12
2008
@@ -64,6 +64,11 @@
</li>
<li>
+ <a href="http://hc.apache.org/httpclient-3.x/"><b>HttpClient
3.x</b></a>:
+ Framework for working with the client-side of the HTTP protocol.
+ </li>
+
+ <li>
<a href="http://directory.apache.org/"><b>Naming</b></a>:
The Naming subproject will contain common JNDI code along
with various JNDI providers.