Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
6534b72c23
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5
    0
      build.xml

+ 5
- 0
build.xml Dosyayı Görüntüle

@@ -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…
İptal
Kaydet