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 2018/03/30 20:50:39 UTC

[11/16] freemarker git commit: Don't include rat-excludes in the binary release

Don't include rat-excludes in the binary release


Project: http://git-wip-us.apache.org/repos/asf/freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/freemarker/commit/d565f720
Tree: http://git-wip-us.apache.org/repos/asf/freemarker/tree/d565f720
Diff: http://git-wip-us.apache.org/repos/asf/freemarker/diff/d565f720

Branch: refs/heads/2.3
Commit: d565f720315b87137b577f0fa4fa4d8f2492716e
Parents: 2405e61
Author: ddekany <dd...@apache.org>
Authored: Fri Mar 30 20:02:04 2018 +0200
Committer: ddekany <dd...@apache.org>
Committed: Fri Mar 30 20:02:04 2018 +0200

----------------------------------------------------------------------
 build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/freemarker/blob/d565f720/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 2e24c0f..dc8af18 100644
--- a/build.xml
+++ b/build.xml
@@ -675,7 +675,9 @@
     />
     <!-- Copy binary-distribution-specific files: -->
     <copy todir="${dist.bin.dir}/">
-      <fileset dir="src/dist/bin/" />
+      <fileset dir="src/dist/bin/">
+        <exclude name="rat-excludes" />
+      </fileset>
     </copy>
 
     <!-- Copy binary -->