You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/03/12 21:50:30 UTC

svn commit: r636504 - /ant/ivy/core/trunk/ivy.xml

Author: xavier
Date: Wed Mar 12 13:50:23 2008
New Revision: 636504

URL: http://svn.apache.org/viewvc?rev=636504&view=rev
Log:
add description to Ivy ivy file

Modified:
    ant/ivy/core/trunk/ivy.xml

Modified: ant/ivy/core/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=636504&r1=636503&r2=636504&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Wed Mar 12 13:50:23 2008
@@ -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"/>