Author: ishabalov
Date: 2007-08-02 19:02:15 -0400 (Thu, 02 Aug 2007)
New Revision: 2038
Modified:
trunk/samples/pom.xml
Log:
Default JSF version back to 1.2
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2007-08-02 23:00:44 UTC (rev 2037)
+++ trunk/samples/pom.xml 2007-08-02 23:02:15 UTC (rev 2038)
@@ -141,7 +141,7 @@
<profile>
<id>jsf1_1</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
<property>
<name>jsfVersion</name>
<value>1.1</value>
@@ -240,6 +240,9 @@
</profile>
<profile>
<id>tomcat5</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<build>
<defaultGoal>jetty:run</defaultGoal>
<plugins>
Show replies by date