Build: Fixed missing META-INF/LICENSE
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/547c1eb3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/547c1eb3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/547c1eb3 Branch: refs/heads/2.3-gae Commit: 547c1eb36f4495b5700c322a4bdae764ef1f6daa Parents: 813dce1 Author: ddekany <[email protected]> Authored: Sun Jan 3 00:22:24 2016 +0100 Committer: ddekany <[email protected]> Committed: Sun Jan 3 00:22:24 2016 +0100 ---------------------------------------------------------------------- build.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/547c1eb3/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0b15d2d..9a43a45 100644 --- a/build.xml +++ b/build.xml @@ -338,9 +338,7 @@ </copy> <copy toDir="build/classes/META-INF"> <fileset dir="." - includes=" - LICENSE.txt, - NOTICE.txt" + includes="LICENSE" /> </copy> </target>
