m1 build corrections
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH@647180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d97c86498
commit
e3bbfdf491
|
@ -75,6 +75,7 @@
|
|||
<ant:copy todir="${maven.dist.bin.assembly.dir}">
|
||||
<ant:fileset dir=".">
|
||||
<ant:include name="RELEASE-NOTES.html"/>
|
||||
<ant:include name="NOTICE.txt"/>
|
||||
</ant:fileset>
|
||||
</ant:copy>
|
||||
|
||||
|
@ -110,13 +111,6 @@
|
|||
</ant:fileset>
|
||||
</ant:copy>
|
||||
|
||||
<!-- Copy Jars -->
|
||||
<ant:copy todir="${maven.dist.src.assembly.dir}">
|
||||
<ant:fileset dir="${maven.build.dir}">
|
||||
<ant:include name="*.jar"/>
|
||||
</ant:fileset>
|
||||
</ant:copy>
|
||||
|
||||
<!-- Copy XDocs -->
|
||||
<ant:copy todir="${maven.dist.src.assembly.dir}/xdocs">
|
||||
<ant:fileset dir="xdocs" />
|
||||
|
|
Loading…
Reference in New Issue