Skip to content

Commit

Permalink
Build: Fixed missing META-INF/LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Jan 2, 2016
1 parent 813dce1 commit 547c1eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.xml
Expand Up @@ -338,9 +338,7 @@
</copy>
<copy toDir="build/classes/META-INF">
<fileset dir="."
includes="
LICENSE.txt,
NOTICE.txt"
includes="LICENSE"
/>
</copy>
</target>
Expand Down

0 comments on commit 547c1eb

Please sign in to comment.