blob: 5b8399cba989453e2387bb508a171d7b1879190a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.eclipse.gemini.web.tomcat">
<property name="clover.coverage" value="15%"/>
<property name="findbugs.exclude.file" value="${basedir}/findbugs-exclude.xml"/>
<property file="${basedir}/../build.properties"/>
<property file="${basedir}/../build.versions"/>
<import file="${basedir}/../virgo-build/standard/default.xml"/>
<target name="collect">
<copy file="${jar.output.file}" tofile="${collect.output.dir}/${ant.project.name}.jar"/>
</target>
</project>