Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 700982ffcb389f85a9a999504de273a3ffbeee00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.eclipse.gemini.web.core">

    <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>

Back to the top