diff options
author | James Moger <james.moger@gitblit.com> | 2012-11-08 08:23:20 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-11-08 08:23:20 -0500 |
commit | 000bb35da9f9766dc8e49b404b17212c60b7a4cb (patch) | |
tree | b9e741f2b5d3b89ebe710ed16480e9f4550d25fd /build.xml | |
parent | 4789d15e2fb3b8e7698735962d7ecc5f7c351d23 (diff) | |
download | gitblit-000bb35da9f9766dc8e49b404b17212c60b7a4cb.tar.gz gitblit-000bb35da9f9766dc8e49b404b17212c60b7a4cb.zip |
Add sendmail-html to the build script
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,7 @@ <copy todir="${project.deploy.dir}/groovy">
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
+ <include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
<include name="localclone.groovy" />
@@ -385,6 +386,7 @@ <copy todir="${project.war.dir}/WEB-INF/groovy">
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
+ <include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
<include name="localclone.groovy" />
@@ -594,6 +596,7 @@ <copy todir="${deployments.root}/WEB-INF/groovy">
<fileset dir="${basedir}/groovy">
<include name="sendmail.groovy" />
+ <include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
</fileset>
|