blob: 4a40f289f54bc9d47d411e5b6d2879299d1d65c0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project name="build-apps" default="clean clean-integration test">
<path id="unit.test.bundles">
<pathelement location="../org.eclipse.virgo.apps.splash"/>
<pathelement location="../org.eclipse.virgo.apps.repository.core"/>
<pathelement location="../org.eclipse.virgo.apps.repository.web"/>
</path>
<path id="bundles">
<path refid="unit.test.bundles" />
<pathelement location="../org.eclipse.virgo.apps.repository.test"/>
<pathelement location="../org.eclipse.virgo.apps.repository"/>
</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>