summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-03-20 19:45:20 -0400
committerJames Moger <james.moger@gitblit.com>2012-03-20 19:45:20 -0400
commit58a1e415ff0cda6884cf004766b603e3763b0ac0 (patch)
treeda19f72e1ed0660df30f604aa1164ac96427b94d /build.xml
parentaebae04b6d44d90434f5829c2b2242b1aa1f9f7b (diff)
downloadgitblit-58a1e415ff0cda6884cf004766b603e3763b0ac0.tar.gz
gitblit-58a1e415ff0cda6884cf004766b603e3763b0ac0.zip
Added protect-refs.groovy to the GO and WAR builds
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 688f2552..4f73222b 100644
--- a/build.xml
+++ b/build.xml
@@ -203,6 +203,7 @@
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
@@ -370,6 +371,7 @@
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>
@@ -504,6 +506,7 @@
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
<include name="jenkins.groovy" />
+ <include name="protect-refs.groovy" />
</fileset>
</copy>