You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/01/03 00:30:08 UTC

[07/10] incubator-freemarker git commit: Build: Fixed missing META-INF/LICENSE

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
Commit: 547c1eb36f4495b5700c322a4bdae764ef1f6daa
Parents: 813dce1
Author: ddekany <dd...@apache.org>
Authored: Sun Jan 3 00:22:24 2016 +0100
Committer: ddekany <dd...@apache.org>
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>