mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2107 50f2f4bb-b051-0410-bef5-90022cba6387
9 lines
311 B
XML
9 lines
311 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="org.springframework.integration-tests">
|
|
<property file="${basedir}/../build.properties"/>
|
|
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
|
|
|
<target name="publish" description="Publishes all artifacts to remote repositories"/>
|
|
|
|
</project>
|