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/09/18 18:17:43 UTC

svn commit: r1524482 - in /commons/proper/proxy/branches/version-2.0-work: asm4/pom.xml cglib/pom.xml javassist/pom.xml jdk/pom.xml

Author: mbenson
Date: Wed Sep 18 16:17:43 2013
New Revision: 1524482

URL: http://svn.apache.org/r1524482
Log:
update module desccriptions

Modified:
    commons/proper/proxy/branches/version-2.0-work/asm4/pom.xml
    commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml
    commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml
    commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml

Modified: commons/proper/proxy/branches/version-2.0-work/asm4/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/asm4/pom.xml?rev=1524482&r1=1524481&r2=1524482&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/asm4/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/asm4/pom.xml Wed Sep 18 16:17:43 2013
@@ -28,6 +28,8 @@
 
     <artifactId>commons-proxy2-asm4</artifactId>
     <name>Commons Proxy ASM4 Proxies Module</name>
+    <description>Proxies based on classes dynamically generated using ASM v4
+    </description>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml?rev=1524482&r1=1524481&r2=1524482&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml Wed Sep 18 16:17:43 2013
@@ -28,6 +28,8 @@
 
     <artifactId>commons-proxy2-cglib</artifactId>
     <name>Commons Proxy CGLIB Proxies Module</name>
+    <description>Proxies based on classes dynamically generated using cglib
+    </description>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml?rev=1524482&r1=1524481&r2=1524482&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml Wed Sep 18 16:17:43 2013
@@ -28,6 +28,8 @@
 
     <artifactId>commons-proxy2-javassist</artifactId>
     <name>Commons Proxy Javassist Proxies Module</name>
+    <description>Proxies based on classes dynamically generated using Javassist
+    </description>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml?rev=1524482&r1=1524481&r2=1524482&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml Wed Sep 18 16:17:43 2013
@@ -28,6 +28,8 @@
 
     <artifactId>commons-proxy2-jdk</artifactId>
     <name>Commons Proxy JDK Proxies Module</name>
+    <description>Interface-based proxies using the core JDK Proxy mechanism
+    </description>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>