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/04/30 08:38:11 UTC

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

Author: jvermillard
Date: Sun Apr 29 23:38:10 2007
New Revision: 533603

URL: http://svn.apache.org/viewvc?view=rev&rev=533603
Log:
added serial communication in default profile

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?view=diff&rev=533603&r1=533602&r2=533603
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Sun Apr 29 23:38:10 2007
@@ -94,26 +94,9 @@
     <module>integration-spring</module>
     <module>integration-jmx</module>
     <module>example</module>
+    <module>transport-serial</module>
   </modules>
   
-  <profiles>
-    <profile>
-      <id>default-profile</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-    </profile>
-    <profile>
-      <id>with-serial</id>
-      <activation>
-         <property><name>with-serial</name></property>
-      </activation>
-      <modules>
-         <module>transport-serial</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <build>
     <plugins>
       <plugin>