diff options
author | James Moger <james.moger@gitblit.com> | 2011-10-18 17:01:22 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-10-18 17:01:22 -0400 |
commit | ee25c8391c07dc59dc7cb9b3ff8b1b30dcbd2fcd (patch) | |
tree | 5f7953248df7580f10d2ebc4dc51a6efe768fb6e /build.xml | |
parent | 44f2dad1f1d3a9ee2b22f213e806d5ef415769b0 (diff) | |
download | gitblit-ee25c8391c07dc59dc7cb9b3ff8b1b30dcbd2fcd.tar.gz gitblit-ee25c8391c07dc59dc7cb9b3ff8b1b30dcbd2fcd.zip |
Added icons and polish. Save and load gitblit registrations.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -428,6 +428,9 @@ <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" />
|