2008-10-29 09:17:37 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-12-20 17:36:46 +08:00
|
|
|
<project name="org.springframework.integration-tests">
|
2008-10-29 09:17:37 +08:00
|
|
|
<property file="${basedir}/../build.properties"/>
|
2010-02-04 19:46:21 +08:00
|
|
|
<property file="${basedir}/../build.versions"/>
|
2008-10-29 09:17:37 +08:00
|
|
|
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
2009-10-14 18:31:59 +08:00
|
|
|
|
|
|
|
|
<target name="publish" description="Publishes all artifacts to remote repositories"/>
|
|
|
|
|
|
2008-10-29 09:17:37 +08:00
|
|
|
</project>
|