mirror of https://github.com/apache/poi.git
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:
parent
4f1506d025
commit
ad34e355bf
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue