You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/19 04:08:10 UTC

svn commit: r1302263 - /commons/proper/csv/trunk/pom.xml

Author: sebb
Date: Mon Mar 19 03:08:09 2012
New Revision: 1302263

URL: http://svn.apache.org/viewvc?rev=1302263&view=rev
Log:
Provide initial description

Modified:
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1302263&r1=1302262&r2=1302263&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Mar 19 03:08:09 2012
@@ -11,6 +11,10 @@
   <version>1.0-SNAPSHOT</version>
   <name>Commons CSV</name>
   <url>http://commons.apache.org/proper/csv/</url>
+  <description>
+The Commons CSV library provides a simple interface for reading and writing
+CSV files of various types.
+  </description>
   
   <dependencies>
     <dependency>