Commit 2a6372e3 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Add documentation to release


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@149 b35dd754-fafc-0310-a699-88a17e54d16e
parent 82ce558f
......@@ -436,6 +436,14 @@
</filterset>
</copy>
<!-- Copy docs -->
<copy todir="${release.out.dir}/documentation">
<fileset dir="${docs.dir}/docs" />
</copy>
<copy todir="${release.src.out.dir}/documentation">
<fileset dir="${docs.dir}/docs" />
</copy>
<!-- Copy Javadocs -->
<copy todir="${release.out.dir}/documentation/javadoc">
<fileset dir="${javadoc.dest.dir}" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment