The docs moved to src/site, so adjusting the dist to pull them in from there

git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@564039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-08-08 22:57:37 +00:00
parent 204c6f5b47
commit 34f4c0188b
1 changed files with 2 additions and 2 deletions

View File

@ -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>