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/06/23 08:45:58 UTC

svn commit: r787564 - /myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml

Author: lofwyr
Date: Tue Jun 23 06:45:58 2009
New Revision: 787564

URL: http://svn.apache.org/viewvc?rev=787564&view=rev
Log:
TOBAGO-765: fix: location of the XSLT (it differs from trunk)

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml?rev=787564&r1=787563&r2=787564&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml Tue Jun 23 06:45:58 2009
@@ -85,7 +85,7 @@
         <configuration>
           <srcDir>src/main/webapp</srcDir>
           <destDir>target/tobago-example-test</destDir>
-          <xslFile>../demo/src/main/xslt/facelet2jsp.xsl</xslFile>
+          <xslFile>src/main/xslt/facelet2jsp.xsl</xslFile>
           <srcIncludes>**/*.xhtml</srcIncludes>
           <fileNameRegex>(.*).xhtml</fileNameRegex>
           <fileNameReplacement>$1.jspx</fileNameReplacement>