| | |
| | | <copy todir="${project.build.dir}">
|
| | | <fileset dir="${basedir}/src" excludes="**/*.java,**/thumbs.db" />
|
| | | </copy>
|
| | | |
| | | <!-- Set Version into web.xml -->
|
| | | <replace file="${project.build.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
|
| | | </target>
|
| | |
|
| | |
|
| | |
| | | <include name="sendmail-html.groovy" />
|
| | | <include name="jenkins.groovy" />
|
| | | <include name="protect-refs.groovy" />
|
| | | <include name="fogbugz.groovy" />
|
| | | <include name="thebuggenie.groovy" />
|
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | |
| | | <include name="authority.conf" />
|
| | | </fileset>
|
| | | </copy>
|
| | | |
| | | <!-- Set Version into web.xml -->
|
| | | <replace file="${project.build.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
|
| | |
|
| | | <!-- Build jar -->
|
| | | <jar jarfile="${project.deploy.dir}/${project.jar}">
|
| | |
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | | <!-- Set Version into web.xml -->
|
| | | <replace file="${project.war.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
|
| | | |
| | | <!-- Copy gitblit.properties as reference.properties -->
|
| | | <copy tofile="${project.war.dir}/WEB-INF/reference.properties"
|
| | | file="${basedir}/distrib/gitblit.properties"/>
|
| | |
| | | <include name="sendmail-html.groovy" />
|
| | | <include name="jenkins.groovy" />
|
| | | <include name="protect-refs.groovy" />
|
| | | <include name="fogbugz.groovy" />
|
| | | <include name="thebuggenie.groovy" />
|
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | |
| | | <arg value="${project.war.dir}/WEB-INF/web.xml" />
|
| | |
|
| | | </java>
|
| | | |
| | | <!-- Set Version into web.xml -->
|
| | | <replace file="${project.war.dir}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
|
| | |
|
| | | <!-- Gitblit resources -->
|
| | | <copy todir="${project.war.dir}">
|
| | |
| | | <include name="sendmail-html.groovy" />
|
| | | <include name="jenkins.groovy" />
|
| | | <include name="protect-refs.groovy" />
|
| | | <include name="fogbugz.groovy" />
|
| | | <include name="thebuggenie.groovy" />
|
| | | </fileset>
|
| | | </copy>
|
| | |
|
| | |
| | | <arg value="--propertiesFile" />
|
| | | <arg value="${basedir}/distrib/gitblit.properties" />
|
| | | </java>
|
| | | |
| | | <!-- Set Version into web.xml -->
|
| | | <replace file="${deployments.root}/WEB-INF/web.xml" token="@gb.version@" value="${gb.version}" summary="yes"/>
|
| | |
|
| | | <!-- Gitblit resources -->
|
| | | <copy todir="${deployments.root}">
|
| | |
| | | <genjar jarfile="${project.target.dir}/gbapi-${gb.version}.jar">
|
| | | <class name="com.gitblit.Keys" />
|
| | | <class name="com.gitblit.client.GitblitClient" />
|
| | | <class name="com.gitblit.models.FederationModel" />
|
| | | <class name="com.gitblit.models.FederationProposal" />
|
| | | <class name="com.gitblit.models.FederationSet" /> |
| | | <classpath refid="master-classpath" />
|
| | | <classfilter>
|
| | | <exclude name="com.google.gson." />
|
| | |
| | | <java classpath="${project.build.dir}" classname="com.gitblit.build.BuildGhPages">
|
| | | <classpath refid="master-classpath" />
|
| | | <arg value="--sourceFolder" />
|
| | | <arg value="${basedir}/site" />
|
| | | <arg value="${basedir}/target/site" />
|
| | |
|
| | | <arg value="--repository" />
|
| | | <arg value="${basedir}" />
|
| | |
| | | username="${googlecode.user}"
|
| | | password="${googlecode.password}"
|
| | | projectname="gitblit"
|
| | | filename="${distribution.zipfile}" |
| | | filename="${project.target.dir}/${distribution.zipfile}" |
| | | targetfilename="gitblit-${gb.version}.zip"
|
| | | summary="Gitblit GO v${gb.version} (standalone, integrated Gitblit server)"
|
| | | labels="Featured, Type-Package, OpSys-All" />
|
| | |
| | | username="${googlecode.user}"
|
| | | password="${googlecode.password}"
|
| | | projectname="gitblit"
|
| | | filename="${distribution.warfile}" |
| | | filename="${project.target.dir}/${distribution.warfile}" |
| | | targetfilename="gitblit-${gb.version}.war"
|
| | | summary="Gitblit WAR v${gb.version} (standard WAR webapp for servlet containers)"
|
| | | labels="Featured, Type-Package, OpSys-All" />
|
| | |
| | | username="${googlecode.user}"
|
| | | password="${googlecode.password}"
|
| | | projectname="gitblit"
|
| | | filename="${fedclient.zipfile}" |
| | | filename="${project.target.dir}/${fedclient.zipfile}" |
| | | targetfilename="fedclient-${gb.version}.zip"
|
| | | summary="Gitblit Federation Client v${gb.version} (command-line tool to clone data from federated Gitblit instances)"
|
| | | labels="Featured, Type-Package, OpSys-All" />
|
| | |
| | | username="${googlecode.user}"
|
| | | password="${googlecode.password}"
|
| | | projectname="gitblit"
|
| | | filename="${manager.zipfile}" |
| | | filename="${project.target.dir}/${manager.zipfile}" |
| | | targetfilename="manager-${gb.version}.zip"
|
| | | summary="Gitblit Manager v${gb.version} (Swing tool to remotely administer a Gitblit server)"
|
| | | labels="Featured, Type-Package, OpSys-All" />
|
| | |
| | | username="${googlecode.user}"
|
| | | password="${googlecode.password}"
|
| | | projectname="gitblit"
|
| | | filename="${gbapi.zipfile}" |
| | | filename="${project.target.dir}/${gbapi.zipfile}" |
| | | targetfilename="gbapi-${gb.version}.zip"
|
| | | summary="Gitblit API Library v${gb.version} (JSON RPC library to integrate with your software)"
|
| | | labels="Featured, Type-Package, OpSys-All" />
|
| | |
| | | username="${googlecode.user}"
|
| | | password="${googlecode.password}"
|
| | | projectname="gitblit"
|
| | | filename="${express.zipfile}" |
| | | filename="${project.target.dir}/${express.zipfile}" |
| | | targetfilename="express-${gb.version}.zip"
|
| | | summary="Gitblit Express v${gb.version} (run Gitblit on RedHat's OpenShift cloud)"
|
| | | labels="Featured, Type-Package, OpSys-All" />
|