<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
<ivy-module version="1.0">
    <info 
        organisation="apache"
        module="commons-httpclient"
        revision="3.0"
        status="release"
        publication="20051219100000">
		<license name="Apache" url="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
		<ivyauthor name="jayasoft" url="http://www.jayasoft.org/"/>

		<repository name="ivyrep" url="http://www.jayasoft.fr/org/ivyrep/" pattern="[organisation]/[module]/ivy-[revision].xml" ivys="true" artifacts="false"/>
		<repository name="ibiblio" url="http://www.ibiblio.org/maven/" pattern="[module]/jars/[artifact]-[revision].jar" ivys="false" artifacts="true"/>

		<description homepage="http://jakarta.apache.org/commons/httpclient/">
	    Designed for extension while providing robust support for the base HTTP protocol, the HttpClient component may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.<br/>
		</description>
	</info>
    <dependencies>
        <dependency name="commons-logging" rev="1.0.3" conf="default"/>
        <dependency name="commons-codec" rev="1.2" conf="default"/>
    </dependencies>
</ivy-module>
