]> source.dussan.org Git - poi.git/commitdiff
Include NOTICE and LICENSE in the maven targetted jars too
authorNick Burch <nick@apache.org>
Thu, 28 Dec 2006 21:28:03 +0000 (21:28 +0000)
committerNick Burch <nick@apache.org>
Thu, 28 Dec 2006 21:28:03 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@490829 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 164643f96b8e8f358889a2d91ecacec151fcde15..9ce3dfca3d6cd1e8d535fff575651884226d22b3 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -807,6 +807,7 @@ FORREST_HOME environment variable!</echo>
                        <fileset dir="${main.output.dir}" />
                        <fileset dir="${contrib.output.dir}" />
                        <fileset dir="${scratchpad.output.dir}" />
+                       <fileset dir="legal/" />
         </jar>
 
                <!-- Build a Jar file of all the source files -->
@@ -825,6 +826,7 @@ FORREST_HOME environment variable!</echo>
                        <fileset dir="${main.src}" includes="**/*.java" />
                        <fileset dir="${contrib.src}" includes="**/*.java" />
                        <fileset dir="${scratchpad.src}" includes="**/*.java" />
+                       <fileset dir="legal/" />
         </jar>
 
                <!-- Build the pom -->