提交 aced98bf 编写于 作者: T Thomas Risberg

added reference docs to the build

上级 8fba89c6
...@@ -15,21 +15,17 @@ ...@@ -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"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册