James Moger
2012-11-08 000bb35da9f9766dc8e49b404b17212c60b7a4cb
Add sendmail-html to the build script
1 files modified
3 ■■■■■ changed files
build.xml 3 ●●●●● patch | view | raw | blame | history
build.xml
@@ -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>