You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/12/27 18:54:37 UTC

svn commit: r359250 - in /directory/trunk: org.apache.mina.examples/ org.apache.mina.integration.spring/ org.apache.mina.ssl/ org.apache.mina/pom.xml

Author: akarasulu
Date: Tue Dec 27 09:54:26 2005
New Revision: 359250

URL: http://svn.apache.org/viewcvs?rev=359250&view=rev
Log:
Setting up for multiproject configuration with subprojects for:

 o examples which should not go into mina core
 o ssl code which has different JDK requirements
 o spring integration classes which is separated to minimize deps on core

Some minor edits on pom for core.  Many more to follow.


Added:
    directory/trunk/org.apache.mina.examples/
    directory/trunk/org.apache.mina.integration.spring/
    directory/trunk/org.apache.mina.ssl/
Modified:
    directory/trunk/org.apache.mina/pom.xml

Modified: directory/trunk/org.apache.mina/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunk/org.apache.mina/pom.xml?rev=359250&r1=359249&r2=359250&view=diff
==============================================================================
--- directory/trunk/org.apache.mina/pom.xml (original)
+++ directory/trunk/org.apache.mina/pom.xml Tue Dec 27 09:54:26 2005
@@ -3,7 +3,7 @@
 <!-- TODO: have a directory wide parent that defines common elements -->
 <!-- TODO: some of maven.xml still needs to be incorporated -->
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.directory.network</groupId>
+  <groupId>org.apache.mina</groupId>
   <artifactId>mina</artifactId>
   <name>MINA</name>
   <version>0.9.1-SNAPSHOT</version>
@@ -51,7 +51,7 @@
   <description>
     MINA (Multipurpose Infrastructure for Network Applications) is a
     network application framework which helps users develop high
-    performance and high scalability network applications easily.
+    performance and highly scalable network applications easily.
   </description>
 
   <mailingLists>