Include missing files in distros built by ant & m1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@638796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8af1be8dcc
commit
6e202826cf
|
@ -513,6 +513,11 @@
|
|||
<include name="docs/**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${build.dist.bin.work}">
|
||||
<fileset dir="${tf.build.tf}">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="dist.src">
|
||||
|
@ -527,9 +532,12 @@
|
|||
<include name="PROPOSAL.html"/>
|
||||
<include name="STATUS.html"/>
|
||||
<include name="build.xml"/>
|
||||
<include name="build-testframework.xml"/>
|
||||
<include name="checkstyle.xml"/>
|
||||
<include name="maven.xml"/>
|
||||
<include name="project.xml"/>
|
||||
<include name="project.properties"/>
|
||||
<include name="pom.xml"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${build.dist.src.work}">
|
||||
|
|
|
@ -98,6 +98,10 @@
|
|||
<!-- Copy Files -->
|
||||
<ant:copy todir="${maven.dist.src.assembly.dir}">
|
||||
<ant:fileset dir=".">
|
||||
<ant:include name="build-testframework.xml"/>
|
||||
<ant:include name="checkstyle.xml"/>
|
||||
<ant:include name="pom.xml"/>
|
||||
<ant:include name="NOTICE.txt"/>
|
||||
<ant:include name="RELEASE-NOTES.html"/>
|
||||
<ant:include name="DEVELOPERS-GUIDE.html"/>
|
||||
<ant:include name="PROPOSAL.html"/>
|
||||
|
|
Loading…
Reference in New Issue