[richfaces-svn-commits] JBoss Rich Faces SVN: r15972 - branches/community/3.3.X/samples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sun Nov 22 22:41:00 EST 2009


Author: nbelaevski
Date: 2009-11-22 22:41:00 -0500 (Sun, 22 Nov 2009)
New Revision: 15972

Modified:
   branches/community/3.3.X/samples/pom.xml
Log:
Samples not compileable - fixed: jsf1_2 profile made active by default

Modified: branches/community/3.3.X/samples/pom.xml
===================================================================
--- branches/community/3.3.X/samples/pom.xml	2009-11-23 03:35:59 UTC (rev 15971)
+++ branches/community/3.3.X/samples/pom.xml	2009-11-23 03:41:00 UTC (rev 15972)
@@ -147,11 +147,7 @@
 		<profile>
 			<id>jsf1_2</id>
 			<activation>
-				<activeByDefault>false</activeByDefault>
-				<property>
-					<name>jsfVersion</name>
-					<value>1.2</value>
-				</property>
+				<activeByDefault>true</activeByDefault>
 			</activation>
 			<build>
 				<defaultGoal>jetty:run</defaultGoal>



More information about the richfaces-svn-commits mailing list