| | |
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | | <!-- copy gitblit.properties to the WEB-INF folder.
|
| | | this file is only used for parsing setting descriptions. -->
|
| | | <copy tofile="${basedir}/src/WEB-INF/reference.properties" overwrite="true"
|
| | | file="${basedir}/distrib/gitblit.properties" />
|
| | |
|
| | | <!-- Compile the build tool and execute it.
|
| | | This downloads missing compile-time dependencies from Maven. -->
|
| | |
|
| | |
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | | <!-- Copy gitblit.properties as reference.properties -->
|
| | | <copy tofile="${project.war.dir}/WEB-INF/reference.properties" |
| | | file="${basedir}/distrib/gitblit.properties"/>
|
| | | |
| | | <!-- Build the docs for the WAR build -->
|
| | | <antcall target="buildDocs" inheritall="true" inheritrefs="true">
|
| | | <param name="docs.output.dir" value="${project.war.dir}/WEB-INF/docs" />
|