From 2f45e789f6f87d95cd17be91900476f6a50bb1c1 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Thu, 20 Aug 2009 00:55:12 +0000 Subject: [PATCH] THRIFT-566. java: jar file should contain copies of LICENSE and NOTICE files LICENSE and NOTICE are now included in the jar file by the build process. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@806013 13f79535-47bb-0310-9956-ffa450edef68 --- lib/java/build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/java/build.xml b/lib/java/build.xml index 6bd5e89c..de9b018a 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -34,6 +34,7 @@ + @@ -123,9 +124,13 @@ + + + + -- 2.17.1