| | |
| | | <include name="com/gitblit/utils/StringUtils.java" />
|
| | | </javac>
|
| | |
|
| | | <java classpath="${project.build.dir}" classname="com.gitblit.build.Build">
|
| | | <java classpath="${project.build.dir}" classname="com.gitblit.build.Build" failonerror="true">
|
| | | <syspropertyset id="proxy.properties">
|
| | | <propertyref prefix="java.net.useSystemProxies"/>
|
| | | <propertyref prefix="http."/>
|
| | |
| | | <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" />
|
| | |
| | | <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" />
|
| | |
| | | <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>
|