You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/04/16 10:16:45 UTC

svn commit: r765506 - /myfaces/tobago/trunk/example/demo/pom.xml

Author: lofwyr
Date: Thu Apr 16 08:16:44 2009
New Revision: 765506

URL: http://svn.apache.org/viewvc?rev=765506&view=rev
Log:
allowing facelets for reference/* too

Modified:
    myfaces/tobago/trunk/example/demo/pom.xml

Modified: myfaces/tobago/trunk/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/pom.xml?rev=765506&r1=765505&r2=765506&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/demo/pom.xml (original)
+++ myfaces/tobago/trunk/example/demo/pom.xml Thu Apr 16 08:16:44 2009
@@ -81,10 +81,10 @@
           </execution>
         </executions>
         <configuration>
-          <srcDir>src/main/webapp/overview</srcDir>
-          <destDir>target/tobago-example-demo/overview</destDir>
+          <srcDir>src/main/webapp</srcDir>
+          <destDir>target/tobago-example-demo</destDir>
           <xslFile>src/main/xslt/facelet2jsp.xsl</xslFile>
-          <srcIncludes>*.xhtml</srcIncludes>
+          <srcIncludes>overview/*.xhtml, reference/**/*.xhtml</srcIncludes>
           <fileNameRegex>(.*).xhtml</fileNameRegex>
           <fileNameReplacement>$1.jspx</fileNameReplacement>
         </configuration>