add description to Ivy ivy file

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@636504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Xavier Hanin 2008-03-12 20:50:23 +00:00
parent a93da01747
commit 948ce4ba20
1 changed files with 5 additions and 2 deletions

View File

@ -19,8 +19,11 @@
<ivy-module version="1.0">
<info organisation="org.apache.ivy"
module="ivy"
status="integration"
/>
status="integration">
<description homepage="http://ant.apache.org/ivy/">
Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies.
</description>
</info>
<configurations>
<conf name="core" description="only ivy jar, without any dependencies"/>
<conf name="httpclient" extends="core" description="core + optional httpclient for better http handling"/>