From 836b117469265beb26e24ff4221aaa6ed64bcdc6 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 04 Jan 2012 20:14:32 -0500
Subject: [PATCH] Fixed wrong include folder to make GO monotlihic (issue 30)

---
 test-gitblit.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-gitblit.properties b/test-gitblit.properties
index 72a5db4..a815198 100644
--- a/test-gitblit.properties
+++ b/test-gitblit.properties
@@ -6,8 +6,8 @@
 git.searchRepositoriesSubfolders = true
 git.enableGitServlet = true
 groovy.scriptsFolder = groovy
-groovy.preReceiveScripts = blockpush.groovy
-groovy.postReceiveScripts = sendemail.groovy jenkins.groovy
+groovy.preReceiveScripts = blockpush
+groovy.postReceiveScripts = sendmail jenkins
 web.authenticateViewPages = false
 web.authenticateAdminPages = true
 web.allowCookieAuthentication = true

--
Gitblit v1.9.1