Add xdocs and other files to src dist

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-12 21:54:27 +00:00
parent 32a06e1067
commit 28933bd533
1 changed files with 8 additions and 0 deletions

View File

@ -174,6 +174,9 @@
<ant:fileset dir=".">
<ant:include name="RELEASE-NOTES.html"/>
<ant:include name="DEVELOPERS-GUIDE.html"/>
<ant:include name="PROPOSAL.html"/>
<ant:include name="STATUS.html"/>
<ant:include name="build.properties.sample"/>
</ant:fileset>
</ant:copy>
@ -184,6 +187,11 @@
</ant:fileset>
</ant:copy>
<!-- Copy XDocs -->
<ant:copy todir="${maven.dist.src.assembly.dir}/xdocs">
<ant:fileset dir="xdocs" />
</ant:copy>
<!-- Copy Test Data -->
<ant:copy todir="${maven.dist.src.assembly.dir}/data">
<ant:fileset dir="data" />