From 4c835e61e8ea2d5af2acf0c85c3c1f0d06f419df Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 26 Oct 2011 17:19:55 -0400 Subject: [PATCH] Documentation. --- build.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 4a5c886..d6dcbf0 100644 --- a/build.xml +++ b/build.xml @@ -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}" /> -- Gitblit v1.9.1