diff options
author | James Moger <james.moger@gitblit.com> | 2011-10-26 17:19:55 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-10-26 17:19:55 -0400 |
commit | 4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df (patch) | |
tree | b3e7e25905574f2281b77442b382f49a5101e9c3 /build.xml | |
parent | 8b76369fb44bfd863b27bcede453d676905f52e5 (diff) | |
download | gitblit-4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df.tar.gz gitblit-4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df.zip |
Documentation.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -258,7 +258,7 @@ <arg value="index=overview" />
<arg value="--alias" />
- <arg value="properties=gitblit.properties" />
+ <arg value="properties=settings" />
<arg value="--substitute" />
<arg value="%VERSION%=${gb.version}" />
@@ -578,7 +578,7 @@ <arg value="index=overview" />
<arg value="--alias" />
- <arg value="properties=gitblit.properties" />
+ <arg value="properties=settings" />
<arg value="--substitute" />
<arg value="%VERSION%=${gb.version}" />
|