You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/08/09 00:57:43 UTC

svn commit: r564039 - /commons/sandbox/csv/trunk/maven.xml

Author: bayard
Date: Wed Aug  8 15:57:37 2007
New Revision: 564039

URL: http://svn.apache.org/viewvc?view=rev&rev=564039
Log:
The docs moved to src/site, so adjusting the dist to pull them in from there

Modified:
    commons/sandbox/csv/trunk/maven.xml

Modified: commons/sandbox/csv/trunk/maven.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/maven.xml?view=diff&rev=564039&r1=564038&r2=564039
==============================================================================
--- commons/sandbox/csv/trunk/maven.xml (original)
+++ commons/sandbox/csv/trunk/maven.xml Wed Aug  8 15:57:37 2007
@@ -43,8 +43,8 @@
         </copy>
 
         <!-- Copy xdoc files -->
-        <copy todir="${maven.dist.src.assembly.dir}/xdocs">
-            <fileset dir="xdocs"/>
+        <copy todir="${maven.dist.src.assembly.dir}/src/site">
+            <fileset dir="src/site"/>
         </copy>
 
     </postGoal>