From a9299738a991014788b72db7c9afc946633590e2 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 22 May 2011 13:45:20 -0400 Subject: [PATCH] Make keystore script independent of JDK using BouncyCastle. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 3fe24d0..d07f0bc 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -90,4 +90,6 @@ gb.useDocsDescription = enumerates Markdown documentation in repository gb.showRemoteBranchesDescription = show remote branches gb.canAdminDescription = can administer Git:Blit server -gb.permittedUsers = permitted users \ No newline at end of file +gb.permittedUsers = permitted users +gb.isFrozen = is frozen +gb.isFrozenDescription = deny push operations \ No newline at end of file -- Gitblit v1.9.1