| | |
| | | </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. -->
|
| | |
|
| | |
| | | <arg value="index=overview" />
|
| | |
|
| | | <arg value="--alias" />
|
| | | <arg value="properties=gitblit.properties" />
|
| | | <arg value="properties=settings" />
|
| | |
|
| | | <arg value="--substitute" />
|
| | | <arg value="%VERSION%=${gb.version}" />
|
| | |
| | | <include name="NOTICE" />
|
| | | </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">
|
| | |
| | | <genjar jarfile="manager.jar">
|
| | | <resource file="${basedir}/src/com/gitblit/client/splash.png" />
|
| | | <resource file="${basedir}/resources/gitblt-favicon.png" />
|
| | | <resource file="${basedir}/resources/gitweb-favicon.png" />
|
| | | <resource file="${basedir}/resources/user_16x16.png" />
|
| | | <resource file="${basedir}/resources/settings_16x16.png" />
|
| | | <resource file="${basedir}/resources/lock_go_16x16.png" />
|
| | | <resource file="${basedir}/resources/lock_pull_16x16.png" />
|
| | | <resource file="${basedir}/resources/shield_16x16.png" />
|
| | |
| | | <resource file="${basedir}/resources/cold_16x16.png" />
|
| | | <resource file="${basedir}/resources/book_16x16.png" />
|
| | | <resource file="${basedir}/resources/bug_16x16.png" />
|
| | | <resource file="${basedir}/resources/health_16x16.png" />
|
| | | <resource file="${basedir}/resources/blank.png" />
|
| | | <resource file="${basedir}/src/com/gitblit/wicket/GitBlitWebApp.properties" />
|
| | |
|
| | |
| | | <arg value="index=overview" />
|
| | |
|
| | | <arg value="--alias" />
|
| | | <arg value="properties=gitblit.properties" />
|
| | | <arg value="properties=settings" />
|
| | |
|
| | | <arg value="--substitute" />
|
| | | <arg value="%VERSION%=${gb.version}" />
|