You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2011/02/25 02:21:04 UTC

svn commit: r1074372 - /myfaces/trinidad/trunk/pom.xml

Author: sobryan
Date: Fri Feb 25 01:21:04 2011
New Revision: 1074372

URL: http://svn.apache.org/viewvc?rev=1074372&view=rev
Log:
My bad.  Accidenally disabled the examples.

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1074372&r1=1074371&r2=1074372&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Feb 25 01:21:04 2011
@@ -637,7 +637,7 @@
       by making sure that there is no -DperformRelease property on the maven command.  If
       there is, it may manually be invoked by adding a -PbuildExamples.
     -->
-    <!-- profile>
+    <profile>
       <id>buildExamples</id>
       <activation>
         <property>
@@ -648,7 +648,7 @@
       <modules>
         <module>trinidad-examples</module>
       </modules>
-    </profile -->
+    </profile>
 
    <!--
      To create a new branch, use the following command: