Explorar el Código

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 hace 11 años
padre
commit
6534b72c23
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      build.xml

+ 5
- 0
build.xml Ver fichero

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

Cargando…
Cancelar
Guardar