diff options
author | Berke Viktor <sundayfunday1234@outlook.com> | 2014-01-28 12:07:02 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-01-28 12:09:28 -0500 |
commit | 0dfb9845d7b5877bd0273a931121209b7cea4c86 (patch) | |
tree | fff79fcc57470ed2b78d8fa702dff08caca3cdfa /build.xml | |
parent | 5be43be6a2788f97ae741d2c7be2cb63f1bd0ede (diff) | |
download | gitblit-0dfb9845d7b5877bd0273a931121209b7cea4c86.tar.gz gitblit-0dfb9845d7b5877bd0273a931121209b7cea4c86.zip |
Add Redmine Fetch groovy hook (issue-359)
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -958,6 +958,7 @@ <include name="fogbugz.groovy" />
<include name="thebuggenie.groovy" />
<include name="fisheye.groovy" />
+ <include name="redmine-fetch.groovy" />
</fileset>
</copy>
</sequential>
|