10 lines
281 B
XML
10 lines
281 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="spring-integration-samples">
|
|
|
|
<property name="version" value="0.5-SNAPSHOT"/>
|
|
<property name="integration.repo.dir" value="${basedir}/../integration-repo"/>
|
|
|
|
<import file="../spring-build/standard/default.xml"/>
|
|
|
|
</project>
|