瀏覽代碼

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…
取消
儲存