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