From ffbf03175ba1154ba5984d7c473cf1ac4130c043 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 07 May 2013 00:49:37 -0400 Subject: [PATCH] Uber-cool repository panel overhaul --- build.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/build.xml b/build.xml index 485e981..34f5fe6 100644 --- a/build.xml +++ b/build.xml @@ -101,6 +101,11 @@ this file is only used for parsing setting descriptions. --> <copy tofile="${project.src.dir}/reference.properties" overwrite="true" file="${project.distrib.dir}/data/gitblit.properties" /> + + <!-- copy clientapps.json to the source directory. + this file is only used if a local file is not provided. --> + <copy tofile="${project.src.dir}/clientapps.json" overwrite="true" + file="${project.distrib.dir}/data/clientapps.json" /> <!-- upgrade existing workspace to data directory @@ -959,6 +964,7 @@ <include name="users.conf" /> <include name="projects.conf" /> <include name="gitblit.properties" /> + <include name="clientapps.json" /> </fileset> </copy> <mkdir dir="@{toDir}/groovy" /> -- Gitblit v1.9.1