From 6534b72c23c2306bfe57a7b5ec7b02cce181cf89 Mon Sep 17 00:00:00 2001 From: Luca Milanesio <luca@milanesio.org> Date: Sun, 02 Dec 2012 03:53:09 -0500 Subject: [PATCH] Add static assets for Maven artifact. --- build.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/build.xml b/build.xml index 3dca221..07fd0ca 100644 --- a/build.xml +++ b/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" /> -- Gitblit v1.9.1