Skip to content

Commit

Permalink
fixed files to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-trozowski committed Nov 21, 2017
1 parent 36e7510 commit 787e6c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
<!--</fileset>-->
<!--</copy>-->

<copy file="${project.root}/LICENSE.txt" tofile="${build.dir}/LICENSE.txt" />
<copy file="${project.root}/COPYRIGHT.md" tofile="${build.dir}/COPYRIGHT.txt" />
<copy file="${project.root}/LICENSE.md" tofile="${build.dir}/LICENSE.txt" />
<copy file="${project.root}/etc/logo.gif" tofile="${build.dir}/logo.gif" />

<copy todir="${build.dir}/src" tstamp="true">
Expand Down

0 comments on commit 787e6c9

Please sign in to comment.