You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/11 09:51:23 UTC

svn commit: r713000 - /myfaces/tomahawk/branches/1_1_8/pom.xml

Author: lu4242
Date: Tue Nov 11 00:51:23 2008
New Revision: 713000

URL: http://svn.apache.org/viewvc?rev=713000&view=rev
Log:
comment sandbox modules since there are never released

Modified:
    myfaces/tomahawk/branches/1_1_8/pom.xml

Modified: myfaces/tomahawk/branches/1_1_8/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_8/pom.xml?rev=713000&r1=712999&r2=713000&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_8/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_8/pom.xml Tue Nov 11 00:51:23 2008
@@ -106,6 +106,7 @@
   </distributionManagement>
 
   <profiles>
+    <!-- Commented since sandbox module is never released
     <profile>
       <activation>
         <jdk>!1.4</jdk>
@@ -114,6 +115,7 @@
         <module>sandbox15</module>
       </modules>
     </profile>
+    -->
 
     <!-- This profile is invoked by -DprepareRelease=true.  This allows mvn release:prepare to
          run successfully on the assembly projects. -->
@@ -135,7 +137,9 @@
     <module>core</module>
     <module>core12</module>
     <module>examples</module>
+    <!-- Commented since sandbox module is never released
     <module>sandbox</module>
+    -->
   </modules>
 
   <properties>