You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by rg...@apache.org on 2008/11/18 19:50:46 UTC

svn commit: r718682 - /struts/struts2/branches/release_process/assembly/src/main/assembly/all.xml

Author: rgielen
Date: Tue Nov 18 10:50:46 2008
New Revision: 718682

URL: http://svn.apache.org/viewvc?rev=718682&view=rev
Log:
another typo fix

Modified:
    struts/struts2/branches/release_process/assembly/src/main/assembly/all.xml

Modified: struts/struts2/branches/release_process/assembly/src/main/assembly/all.xml
URL: http://svn.apache.org/viewvc/struts/struts2/branches/release_process/assembly/src/main/assembly/all.xml?rev=718682&r1=718681&r2=718682&view=diff
==============================================================================
--- struts/struts2/branches/release_process/assembly/src/main/assembly/all.xml (original)
+++ struts/struts2/branches/release_process/assembly/src/main/assembly/all.xml Tue Nov 18 10:50:46 2008
@@ -152,7 +152,7 @@
         <outputDirectory>docs/struts2-plugins/struts2-jsf-plugin</outputDirectory>
       </fileSet>
       <fileSet>
-        <directory>../plugins/jsf/target/site</directory>
+        <directory>../plugins/junit/target/site</directory>
         <outputDirectory>docs/struts2-plugins/struts2-junit-plugin</outputDirectory>
       </fileSet>
       <fileSet>
@@ -188,7 +188,7 @@
         <outputDirectory>docs/struts2-plugins/struts2-sitemesh-plugin</outputDirectory>
       </fileSet>
       <fileSet>
-        <directory>../plugins/tiles/target/site</directory>
+        <directory>../plugins/testng/target/site</directory>
         <outputDirectory>docs/struts2-plugins/struts2-testng-plugin</outputDirectory>
       </fileSet>
       <fileSet>