Pārlūkot izejas kodu

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 pirms 11 gadiem
vecāks
revīzija
6534b72c23
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5
    0
      build.xml

+ 5
- 0
build.xml Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt