diff options
author | James Moger <james.moger@gitblit.com> | 2011-07-05 17:32:45 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-07-05 17:32:45 -0400 |
commit | ed21d23885c2f112e5c5650e9436870b1ac99392 (patch) | |
tree | 0295c2ca3589b03a0c4eeb51ab05d8f7fb608272 /build.xml | |
parent | d9f68798555e5ba8b4f7ddecf4a8cabbe9bb161a (diff) | |
download | gitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.tar.gz gitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.zip |
Documentation. Added JavaDoc. Clarified repository access restriction.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -484,7 +484,7 @@ projectname="gitblit"
filename="${distribution.zipfile}"
targetfilename="gitblit-${gb.version}.zip"
- summary="Standalone, integrated Gitblit server v${gb.version}"
+ summary="Gitblit GO v${gb.version} (standalone, integrated Gitblit server)"
labels="Featured, Type-Package, OpSys-All" />
<!-- Upload WAR file -->
@@ -494,7 +494,7 @@ projectname="gitblit"
filename="${distribution.warfile}"
targetfilename="gitblit-${gb.version}.war"
- summary="Gitblit WAR v${gb.version} for your servlet container"
+ summary="Gitblit WAR v${gb.version} (standard WAR webapp for servlet containers)"
labels="Featured, Type-Package, OpSys-All" />
</target>
|