Include NOTICE and LICENSE in the maven targetted jars too

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@490829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2006-12-28 21:28:03 +00:00
parent 37a48834ec
commit 82aba08e91
1 changed files with 2 additions and 0 deletions

View File

@ -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 -->