10 lines
360 B
XML
10 lines
360 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="org.springframework.integration-tests">
|
|
<property file="${basedir}/../build.properties"/>
|
|
<property file="${basedir}/../build.versions"/>
|
|
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
|
|
|
<target name="publish" description="Publishes all artifacts to remote repositories"/>
|
|
|
|
</project>
|