Luca Milanesio
2012-12-02 6534b72c23c2306bfe57a7b5ec7b02cce181cf89
Add static assets for Maven artifact.

Needed to allow pluggability (code+assets) into
other containers / applications (i.e. Gerrit Code Review)
1 files modified
5 ■■■■■ changed files
build.xml 5 ●●●●● patch | view | raw | blame | history
build.xml
@@ -496,6 +496,11 @@
                <exclude name="com/gitblit/Launcher*.class" />
            </fileset>
        </copy>
        <copy todir="${project.jar.dir}/static">
            <fileset dir="${project.resources.dir}">
                <exclude name="thumbs.db" />
            </fileset>
        </copy>
        <!-- Build the JAR file -->
        <jar basedir="${project.jar.dir}" destfile="${distribution.jarfile}" compress="true" />