Skip to content

Commit 787e6c9

Browse files
fixed files to copy
1 parent 36e7510 commit 787e6c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
<!--</fileset>-->
7070
<!--</copy>-->
7171

72-
<copy file="${project.root}/LICENSE.txt" tofile="${build.dir}/LICENSE.txt" />
72+
<copy file="${project.root}/COPYRIGHT.md" tofile="${build.dir}/COPYRIGHT.txt" />
73+
<copy file="${project.root}/LICENSE.md" tofile="${build.dir}/LICENSE.txt" />
7374
<copy file="${project.root}/etc/logo.gif" tofile="${build.dir}/logo.gif" />
7475

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

0 commit comments

Comments
 (0)