From 67d4f89b0cddb3de05c20e08c20f1bea714c2a9e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 18 Jun 2012 16:09:44 -0400
Subject: [PATCH] Added setting to control Groovy Grape folder (issue 91)

---
 distrib/gitblit.properties |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 91b1c2b..f3e2ac1 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -151,6 +151,13 @@
 # SINCE 0.8.0
 groovy.scriptsFolder = groovy
 
+# Specify the directory Grape uses for downloading libraries.
+# http://groovy.codehaus.org/Grape
+#
+# RESTART REQUIRED
+# SINCE 1.0.0
+groovy.grapeFolder = groovy/grape
+
 # Scripts to execute on Pre-Receive.
 #
 # These scripts execute after an incoming push has been parsed and validated

--
Gitblit v1.9.1