added reference docs to the build

This commit is contained in:
Thomas Risberg 2009-04-03 15:59:02 +00:00
parent 8fba89c634
commit aced98bf23
1 changed files with 9 additions and 13 deletions

View File

@ -15,21 +15,17 @@
<property name="target.dir" value="${package.docs.dir}"/>
</ant>
<!--ant dir="../spring-framework-reference" target="doc" inheritAll="false">
<property name="package.output.dir" value="${package.output.dir}"/>
<propertyset>
<propertyref builtin="commandline"/>
</propertyset>
<property name="timestamp" value="${timestamp}"/>
</ant>
<!-- Reference Document START-->
<path id="doc.projects">
<path location="${basedir}/../spring-framework-reference"/>
</path>
<subant target="package" verbose="true" buildpath="../spring-framework-reference">
<all-bundles target="doc" buildpathRef="doc.projects"/>
<all-bundles target="package" buildpathRef="doc.projects">
<property name="package.output.dir" value="${package.output.dir}"/>
<propertyset>
<propertyref builtin="commandline"/>
</propertyset>
<property name="timestamp" value="${timestamp}"/>
</subant-->
</all-bundles>
<!-- Reference Document END-->
<copy todir="${package.output.dir}">
<fileset dir="${basedir}/resources"/>