aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2006-12-28 21:28:03 +0000
committerNick Burch <nick@apache.org>2006-12-28 21:28:03 +0000
commitad34e355bfe3b5fdac8879e68f3e5b187fd394b4 (patch)
tree3e598f60e32fac1ef63d0aff88dd45f347393869 /build.xml
parent4f1506d0253bec0582d0dab8c6ff72beffbae3db (diff)
downloadpoi-ad34e355bfe3b5fdac8879e68f3e5b187fd394b4.tar.gz
poi-ad34e355bfe3b5fdac8879e68f3e5b187fd394b4.zip
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
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 164643f96b..9ce3dfca3d 100644
--- 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 -->