You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by we...@apache.org on 2009/09/22 23:35:04 UTC

svn commit: r817849 - in /struts/struts2/trunk/assembly: ./ pom.xml src/main/assembly/docs.xml

Author: wesw
Date: Tue Sep 22 21:34:53 2009
New Revision: 817849

URL: http://svn.apache.org/viewvc?rev=817849&view=rev
Log:
WW-3253 tweaking the docs download part

Modified:
    struts/struts2/trunk/assembly/   (props changed)
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/assembly/src/main/assembly/docs.xml

Propchange: struts/struts2/trunk/assembly/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Sep 22 21:34:53 2009
@@ -6,3 +6,4 @@
 *.iws
 target
 2.x
+WW

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=817849&r1=817848&r2=817849&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Tue Sep 22 21:34:53 2009
@@ -288,12 +288,10 @@
                                     <arg value="-nv" />
                                     <arg value="-E" />
                                     <arg value="-L" />
+                                    <arg value="--directory-prefix=${project.build.directory}/cwiki" />
                                     <arg value="-r" />
                                     <arg value="http://cwiki.apache.org/WW/" />
                                 </exec>
-                                <move todir="${project.build.directory}/cwiki">
-                                    <fileset dir="WW/docs" />
-                                </move>
                             </tasks>
                         </configuration>
                         <goals>

Modified: struts/struts2/trunk/assembly/src/main/assembly/docs.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/docs.xml?rev=817849&r1=817848&r2=817849&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/src/main/assembly/docs.xml (original)
+++ struts/struts2/trunk/assembly/src/main/assembly/docs.xml Tue Sep 22 21:34:53 2009
@@ -50,7 +50,7 @@
 
       <!-- Include the Confluence docs in the assembly -->
       <fileSet>
-        <directory>target/cwiki</directory>
+        <directory>target/cwiki/WW</directory>
         <outputDirectory>docs</outputDirectory>
       </fileSet>