Skip to content

Commit

Permalink
Build tweak to ensure correct license inclusion in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenbok committed May 16, 2017
1 parent 3e63738 commit 6f62f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,12 @@
</target>

<resources id="tools.zip.text">
<file file="${public.tools.basedir}/LICENSE.txt"/>
<file file="${public.tools.basedir}/installer/README.txt"/>
<file file="${public.tools.basedir}/installer/ReleaseNotes.txt"/>
</resources>
<union id="zip.text">
<resources refid="tools.zip.text"/>
<file file="${public.tools.basedir}/LICENSE.txt"/>
</union>
<target name="zip-text">
<copy todir="${build.text}">
Expand Down

0 comments on commit 6f62f9f

Please sign in to comment.