mirror of https://github.com/apache/ant-ivy
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:
parent
a93da01747
commit
948ce4ba20
7
ivy.xml
7
ivy.xml
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue