Needed to allow pluggability (code+assets) into
other containers / applications (i.e. Gerrit Code Review)
<exclude name="com/gitblit/Launcher*.class" />\r
</fileset>\r
</copy>\r
+ <copy todir="${project.jar.dir}/static">\r
+ <fileset dir="${project.resources.dir}">\r
+ <exclude name="thumbs.db" />\r
+ </fileset>\r
+ </copy>\r
\r
<!-- Build the JAR file -->\r
<jar basedir="${project.jar.dir}" destfile="${distribution.jarfile}" compress="true" />\r