You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ak...@apache.org on 2008/08/26 21:54:19 UTC

svn commit: r689189 - /mina/sandbox/akarasulu/integration-xbean/pom.xml

Author: akarasulu
Date: Tue Aug 26 12:54:19 2008
New Revision: 689189

URL: http://svn.apache.org/viewvc?rev=689189&view=rev
Log:
setting proper module name and adding useful description

Modified:
    mina/sandbox/akarasulu/integration-xbean/pom.xml

Modified: mina/sandbox/akarasulu/integration-xbean/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/akarasulu/integration-xbean/pom.xml?rev=689189&r1=689188&r2=689189&view=diff
==============================================================================
--- mina/sandbox/akarasulu/integration-xbean/pom.xml (original)
+++ mina/sandbox/akarasulu/integration-xbean/pom.xml Tue Aug 26 12:54:19 2008
@@ -29,7 +29,15 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.mina</groupId>
   <artifactId>mina-xbean</artifactId>
-  <name>Mina Xbean Spring</name>
+  <name>Apache MINA XBean Integration</name>
+
+  <description>
+    This module generates an XML scheme file for the MINA Spring configuration
+    namespace.  This XSD is referenced by Spring configuration files using MINA
+    components to have a much less verbose configuration.  When used with the
+    XBean application context loader the same old Spring ApplictionContext is 
+    generated from this more intuitive and terse configuration file.
+  </description>
 
   <url>http://maven.apache.org</url>
   <dependencies>