blob: d54dac130eeced181d20a681ce40d67020f45978 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="build-osgi-extensions" xmlns:ivy="antlib:org.apache.ivy.ant">
<path id="bundles">
<pathelement location="../org.eclipse.virgo.osgi.extensions.equinox"/>
<pathelement location="../org.eclipse.virgo.osgi.launcher"/>
<pathelement location="../org.eclipse.virgo.osgi.console"/>
</path>
<property file="${basedir}/../build.properties"/>
<property file="${basedir}/../build.versions"/>
<import file="${basedir}/../virgo-build/multi-bundle/default.xml"/>
<target name="precommit" depends="clean, clean-integration, test, findbugs"
description="Performs a CI server-like build, should be run prior to performing a Git push"/>
</project>