From 3376ded332d88245ae532d3e250cbd04ae54f0eb Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Thu, 28 Dec 2006 21:11:43 +0000 Subject: [PATCH] Include the NOTICE and LICENSE files in the root of the Jars we build. When building the dist zip and tar files, have them output into a sensible directory name (rather than the current directory), and have them include a single copy of NOTICE and LICENSE git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@490821 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 50 +++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 21 deletions(-) diff --git a/build.xml b/build.xml index f9f5d00c78..164643f96b 100644 --- a/build.xml +++ b/build.xml @@ -838,7 +838,9 @@ FORREST_HOME environment variable! - + + +
@@ -851,7 +853,9 @@ FORREST_HOME environment variable!
- + + +
@@ -864,7 +868,9 @@ FORREST_HOME environment variable!
- + + +
@@ -882,47 +888,49 @@ FORREST_HOME environment variable! + + - - - - - - + + + + + - - - + + + + - - - - - - + + + + + - - - + + + + -- 2.39.5