10 lines
271 B
XML
10 lines
271 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="spring-integration-reference" default="doc">
|
|
|
|
<property name="doc.type" value="reference"/>
|
|
|
|
<property file="${basedir}/../build.properties"/>
|
|
<import file="../spring-build/documentation/default.xml"/>
|
|
|
|
</project>
|