You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/10/15 23:28:26 UTC

svn commit: r1183725 - /commons/proper/functor/trunk/pom.xml

Author: simonetripodi
Date: Sat Oct 15 21:28:25 2011
New Revision: 1183725

URL: http://svn.apache.org/viewvc?rev=1183725&view=rev
Log:
fixed description according to TM guidelines

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

Modified: commons/proper/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1183725&r1=1183724&r2=1183725&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Sat Oct 15 21:28:25 2011
@@ -31,9 +31,8 @@
   <name>Commons Functor</name>
   <inceptionYear>2003</inceptionYear>
   <description>
-    A "functor" is an entity that serves the role of a function
-    but can be operated upon like an object.  Commons Functor
-    defines common functor and functor-related interfaces,
+    A "functor" is an entity that serves the role of a function but can be operated upon like an object.
+    The Apache Commons Functor library defines common functor and functor-related interfaces,
     implementations, and utilities.
   </description>
   <url>http://commons.apache.org/sandbox/functor/</url>