Author: ngn
Date: Thu Mar 18 22:19:38 2010
New Revision: 925022

URL: http://svn.apache.org/viewvc?rev=925022&view=rev
Log:
Giving up a Maven profile magic for now, moving dist back into main build

Modified:
    mina/sandbox/vysper/trunk/pom.xml

Modified: mina/sandbox/vysper/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/pom.xml?rev=925022&r1=925021&r2=925022&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/pom.xml (original)
+++ mina/sandbox/vysper/trunk/pom.xml Thu Mar 18 22:19:38 2010
@@ -368,13 +368,6 @@
           </plugin>
         </plugins>
       </build>
-
-         <modules>
-           <module>speccompliance</module>
-           <module>nbxml</module>
-           <module>server</module>
-           <module>dist</module>
-         </modules>
     </profile>
     <profile>
       <id>integrationtests</id>
@@ -398,6 +391,7 @@
     <module>speccompliance</module>
     <module>nbxml</module>
     <module>server</module>
+    <module>dist</module>
   </modules>
 
   <properties>


Reply via email to