You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/01/07 17:38:28 UTC

svn commit: r493768 - /myfaces/core/branches/jsf12/impl/pom.xml

Author: baranda
Date: Sun Jan  7 08:38:28 2007
New Revision: 493768

URL: http://svn.apache.org/viewvc?view=rev&rev=493768
Log:
Fixes duplication of render-kit sections in generated faces-config.xml

Modified:
    myfaces/core/branches/jsf12/impl/pom.xml

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=493768&r1=493767&r2=493768
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Sun Jan  7 08:38:28 2007
@@ -71,6 +71,7 @@
           <!--
           <faceletHandlerClass>org.apache.myfaces.trinidadinternal.facelets.TrinidadComponentHandler</faceletHandlerClass>
            -->
+          <packageContains>org.apache</packageContains>
           <skipApiOrBaseClasses>false</skipApiOrBaseClasses>
           <jsfVersion>1.2</jsfVersion>
           <force>true</force>