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 14:22:06 UTC

svn commit: r765594 - /myfaces/tobago/trunk/example/test/pom.xml

Author: lofwyr
Date: Thu Apr 16 12:22:06 2009
New Revision: 765594

URL: http://svn.apache.org/viewvc?rev=765594&view=rev
Log:
fix directory name

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

Modified: myfaces/tobago/trunk/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/pom.xml?rev=765594&r1=765593&r2=765594&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/pom.xml (original)
+++ myfaces/tobago/trunk/example/test/pom.xml Thu Apr 16 12:22:06 2009
@@ -83,7 +83,7 @@
         </executions>
         <configuration>
           <srcDir>src/main/webapp</srcDir>
-          <destDir>target/tobago-quality-assurance</destDir>
+          <destDir>target/tobago-example-test</destDir>
           <xslFile>../demo/src/main/xslt/facelet2jsp.xsl</xslFile>
           <srcIncludes>**/*.xhtml</srcIncludes>
           <fileNameRegex>(.*).xhtml</fileNameRegex>