You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ms...@apache.org on 2011/03/21 22:34:08 UTC

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

Author: mstarets
Date: Mon Mar 21 21:34:08 2011
New Revision: 1083967

URL: http://svn.apache.org/viewvc?rev=1083967&view=rev
Log:
TRINIDAD-2068 - Trinidad's faces-config.xml should have metadata-complete=true

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1083967&r1=1083966&r2=1083967&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Mon Mar 21 21:34:08 2011
@@ -397,6 +397,7 @@
           <configuration>
             <force>true</force>
             <jsfVersion>${jsf-spec.version}</jsfVersion>
+            <metadataComplete>true</metadataComplete>
           </configuration>
         </plugin>