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 2009/06/16 05:26:27 UTC

svn commit: r785063 - /myfaces/tomahawk/branches/1_1_9/pom.xml

Author: lu4242
Date: Tue Jun 16 03:26:26 2009
New Revision: 785063

URL: http://svn.apache.org/viewvc?rev=785063&view=rev
Log:
comment sandbox part because sandbox is never released

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

Modified: myfaces/tomahawk/branches/1_1_9/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_9/pom.xml?rev=785063&r1=785062&r2=785063&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_1_9/pom.xml (original)
+++ myfaces/tomahawk/branches/1_1_9/pom.xml Tue Jun 16 03:26:26 2009
@@ -110,9 +110,11 @@
       <activation>
         <jdk>!1.4</jdk>
       </activation>
+      <!--
       <modules>
         <module>sandbox15</module>
       </modules>
+      -->
     </profile>
 
     <!-- This profile is invoked by -DprepareRelease=true.  This allows mvn release:prepare to
@@ -135,7 +137,7 @@
     <module>core</module>
     <module>core12</module>
     <module>examples</module>
-    <module>sandbox</module>
+    <!--module>sandbox</module-->
   </modules>
 
   <properties>