summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 2ff62644..5d386487 100644
--- a/build.xml
+++ b/build.xml
@@ -134,6 +134,10 @@
<fileset dir="${basedir}/distrib">
<include name="**/*" />
</fileset>
+ <fileset dir="${basedir}">
+ <include name="LICENSE" />
+ <include name="NOTICE" />
+ </fileset>
</copy>
<!-- Build jar -->
@@ -271,6 +275,10 @@
<fileset dir="${basedir}/src/WEB-INF">
<include name="web.xml" />
</fileset>
+ <fileset dir="${basedir}">
+ <include name="LICENSE" />
+ <include name="NOTICE" />
+ </fileset>
</copy>
<!-- Build the docs for the WAR build -->