You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/03/10 21:50:41 UTC

svn commit: r1299271 - /maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/pom.xml

Author: simonetripodi
Date: Sat Mar 10 20:50:41 2012
New Revision: 1299271

URL: http://svn.apache.org/viewvc?rev=1299271&view=rev
Log:
added project information that will be shown in Javadoc

Modified:
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/pom.xml

Modified: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/pom.xml?rev=1299271&r1=1299270&r2=1299271&view=diff
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/pom.xml (original)
+++ maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/pom.xml Sat Mar 10 20:50:41 2012
@@ -23,6 +23,16 @@
   <artifactId>basic-doc</artifactId>
   <version>1.0-SNAPSHOT</version>
 
+  <name>Apache Commons IO</name>
+  <description>The Commons IO library contains utility classes,
+  stream implementations, file filters, file comparators and endian classes.</description>
+  <inceptionYear>2002</inceptionYear>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
   <properties>
     <skinName>@project.name@</skinName>
     <skinDescription>@project.description@</skinDescription>