You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2010/09/10 14:14:04 UTC

svn commit: r995767 - in /mina/trunk: pom.xml release.xml

Author: elecharny
Date: Fri Sep 10 12:14:04 2010
New Revision: 995767

URL: http://svn.apache.org/viewvc?rev=995767&view=rev
Log:
removed the release.xml file

Removed:
    mina/trunk/release.xml
Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=995767&r1=995766&r2=995767&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Fri Sep 10 12:14:04 2010
@@ -131,8 +131,6 @@
     <module>integration-ognl</module>
     <module>integration-jmx</module>
     <module>example</module>
-    <!-- This module should be the last one -->
-    <module>distribution</module>
   </modules>
 
   <dependencyManagement>
@@ -357,6 +355,18 @@
         <module>transport-serial</module>
       </modules>
     </profile>
+    
+    <profile>
+      <id>distribution</id>
+      <activation>
+       <file>
+         <exists>pom.xml</exists>
+       </file>
+     </activation>
+     <modules>
+       <module>distribution</module>
+     </modules>
+    </profile>
   </profiles>
   
   <build>