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}"/> <property name="target.dir" value="${package.docs.dir}"/>
</ant> </ant>
<!--ant dir="../spring-framework-reference" target="doc" inheritAll="false"> <!-- Reference Document START-->
<property name="package.output.dir" value="${package.output.dir}"/> <path id="doc.projects">
<propertyset> <path location="${basedir}/../spring-framework-reference"/>
<propertyref builtin="commandline"/> </path>
</propertyset>
<property name="timestamp" value="${timestamp}"/>
</ant>
<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}"/> <property name="package.output.dir" value="${package.output.dir}"/>
<propertyset> </all-bundles>
<propertyref builtin="commandline"/> <!-- Reference Document END-->
</propertyset>
<property name="timestamp" value="${timestamp}"/>
</subant-->
<copy todir="${package.output.dir}"> <copy todir="${package.output.dir}">
<fileset dir="${basedir}/resources"/> <fileset dir="${basedir}/resources"/>