James Moger
2011-07-01 7c643b65f3613e30a14e8e9decc92fddb8bfd654
Documentation.  Include LICENSE and NOTICE files in both builds.
1 files modified
8 ■■■■■ changed files
build.xml 8 ●●●●● patch | view | raw | blame | history
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 -->