Added javadoc target to the build (INT-501)

This commit is contained in:
Mark Fisher
2009-01-27 21:16:08 +00:00
parent 81c8051b44
commit 092364b6ad

View File

@@ -11,6 +11,10 @@
<property name="package.output.dir" value="${package.output.dir}"/>
</all-bundles>
<ant target="javadoc-api" inheritAll="false">
<property name="target.dir" value="${package.docs.dir}"/>
</ant>
<path id="doc.projects">
<path location="${basedir}/../spring-integration-reference"/>
</path>