You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/06/17 21:10:52 UTC

svn commit: r955711 - /myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Author: jakobk
Date: Thu Jun 17 19:10:52 2010
New Revision: 955711

URL: http://svn.apache.org/viewvc?rev=955711&view=rev
Log:
fixed duplicate profile id "jsfri"

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=955711&r1=955710&r2=955711&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Thu Jun 17 19:10:52 2010
@@ -215,7 +215,7 @@
 
         <!-- To use the examples using the Sun's JSF Reference Implementation 1.2 : -Djsf=ri12 -->
         <profile>
-            <id>jsfri</id>
+            <id>jsfri-1.2</id>
             <activation>
                 <property>
                     <name>jsf</name>