From 0dfb9845d7b5877bd0273a931121209b7cea4c86 Mon Sep 17 00:00:00 2001
From: Berke Viktor <sundayfunday1234@outlook.com>
Date: Tue, 28 Jan 2014 12:09:28 -0500
Subject: [PATCH] Add Redmine Fetch groovy hook (issue-359)

---
 build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/build.xml b/build.xml
index 03bbd2c..ac4e541 100644
--- a/build.xml
+++ b/build.xml
@@ -958,6 +958,7 @@
 					<include name="fogbugz.groovy" />
 					<include name="thebuggenie.groovy" />
 					<include name="fisheye.groovy" />
+					<include name="redmine-fetch.groovy" />
 				</fileset>
 			</copy>
       </sequential>

--
Gitblit v1.9.1