Browse Source

Add static assets for Maven artifact.

Needed to allow pluggability (code+assets) into
other containers / applications (i.e. Gerrit Code Review)
tags/v1.2.0
Luca Milanesio 11 years ago
parent
commit
6534b72c23
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      build.xml

+ 5
- 0
build.xml View File

@@ -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" />

Loading…
Cancel
Save