You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2010/11/05 16:11:16 UTC

svn commit: r1031615 - /incubator/isis/trunk/pom.xml

Author: danhaywood
Date: Fri Nov  5 15:11:15 2010
New Revision: 1031615

URL: http://svn.apache.org/viewvc?rev=1031615&view=rev
Log:
moved 'release' module before 'examples' and 'support' in the 'all' profile (in trunk/pom.xml), since are required by them

Modified:
    incubator/isis/trunk/pom.xml

Modified: incubator/isis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/pom.xml?rev=1031615&r1=1031614&r2=1031615&view=diff
==============================================================================
--- incubator/isis/trunk/pom.xml (original)
+++ incubator/isis/trunk/pom.xml Fri Nov  5 15:11:15 2010
@@ -1283,7 +1283,7 @@
         <profile>
             <id>modules-all</id>
             <!-- This is every module that can be built (clean, install).  
-            Do not use with site-deploy, because includes 'release' and 'examples' that are not part of the site  -->
+            Do not use with site-deploy, because includes 'release' and 'examples' that are not part of the site -->
             <activation>
                 <property>
                     <name>modules</name>
@@ -1297,9 +1297,9 @@
                 <module>defaults</module>
                 <module>alternatives</module>
                 <module>viewer</module>
+                <module>release</module>
                 <module>support</module>
                 <module>examples</module>
-                <module>release</module>
             </modules>
         </profile>
         <profile>