Преглед на файлове

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 години
родител
ревизия
6534b72c23
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5
    0
      build.xml

+ 5
- 0
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" />

Loading…
Отказ
Запис