You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/04/21 00:00:17 UTC

svn commit: r1470241 - /commons/sandbox/weaver/trunk/processor/pom.xml

Author: mbenson
Date: Sat Apr 20 22:00:17 2013
New Revision: 1470241

URL: http://svn.apache.org/r1470241
Log:
improve name and description

Modified:
    commons/sandbox/weaver/trunk/processor/pom.xml

Modified: commons/sandbox/weaver/trunk/processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/processor/pom.xml?rev=1470241&r1=1470240&r2=1470241&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/processor/pom.xml (original)
+++ commons/sandbox/weaver/trunk/processor/pom.xml Sat Apr 20 22:00:17 2013
@@ -26,11 +26,10 @@ under the License.
   </parent>
 
   <artifactId>commons-weaver</artifactId>
-  <name>Commons Privilizer Core Processor</name>
+  <name>Commons Privilizer Core</name>
   <description>
-    The 'Processor' is responsible for picking up all Weavers
-    configure them and make them perform the actual bytecode
-    enhancing.
+    Defines the Weaver SPI as well as the processor, whose job is
+    to detect, configure, and invoke available weaver modules.
   </description>
 
   <dependencies>