19 lines
708 B
XML
19 lines
708 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="build-spring-integration" default="precommit">
|
|
|
|
<path id="bundles">
|
|
<pathelement location="../spring-integration-core"/>
|
|
<pathelement location="../spring-integration-adapters"/>
|
|
<pathelement location="../spring-integration-samples"/>
|
|
<pathelement location="../spring-integration-test"/>
|
|
<pathelement location="../spring-integration-ws"/>
|
|
</path>
|
|
|
|
<property file="${basedir}/../build.properties"/>
|
|
<import file="${basedir}/package-top-level.xml"/>
|
|
<import file="${basedir}/publish-top-level.xml"/>
|
|
<import file="../spring-build/multi-bundle/default.xml"/>
|
|
|
|
<target name="precommit" depends="clean,clean-integration,jar,test"/>
|
|
|
|
</project> |