| | |
| | | <include name="users.conf" />
|
| | | </fileset>
|
| | | </copy>
|
| | | |
| | | <!-- copy required distribution files to project folder -->
|
| | | <mkdir dir="${basedir}/certs" />
|
| | | <copy todir="${basedir}/certs" overwrite="false">
|
| | | <fileset dir="${basedir}/distrib">
|
| | | <include name="authority.conf" />
|
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | | <!-- copy gitblit.properties to the WEB-INF folder.
|
| | | this file is only used for parsing setting descriptions. -->
|
| | |
| | | <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."/>
|
| | |
| | | <include name="**/*" />
|
| | | <exclude name="federation.properties" />
|
| | | <exclude name="openshift.mkd" />
|
| | | <exclude name="authority.conf" />
|
| | | <exclude name="*.tmpl" />
|
| | | </fileset>
|
| | | <fileset dir="${basedir}">
|
| | | <include name="LICENSE" />
|
| | | <include name="NOTICE" />
|
| | | <include name="authority*.jar" />
|
| | | </fileset>
|
| | | </copy>
|
| | | |
| | | <!-- Certificate templates -->
|
| | | <mkdir dir="${project.deploy.dir}/certs"/>
|
| | | <copy todir="${project.deploy.dir}/certs">
|
| | | <fileset dir="${basedir}/distrib">
|
| | | <include name="*.tmpl" />
|
| | | <include name="authority.conf" />
|
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | |
| | | <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>
|