You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2007/09/19 14:32:06 UTC

svn commit: r577283 - /mina/trunk/pom.xml

Author: jvermillard
Date: Wed Sep 19 05:32:05 2007
New Revision: 577283

URL: http://svn.apache.org/viewvc?rev=577283&view=rev
Log:
added APR transport to main pom.xml

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=577283&r1=577282&r2=577283&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Wed Sep 19 05:32:05 2007
@@ -89,6 +89,7 @@
   <modules>
     <module>core</module>
     <module>transport-serial</module>
+    <module>transport-apr</module>
     <module>filter-compression</module>
     <module>filter-codec-netty</module>
     <module>filter-codec-http</module>