From 7c643b65f3613e30a14e8e9decc92fddb8bfd654 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 01 Jul 2011 17:42:56 -0400
Subject: [PATCH] Documentation. Include LICENSE and NOTICE files in both builds.
---
build.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/build.xml b/build.xml
index 2ff6264..5d38648 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 -->
--
Gitblit v1.9.1