SPR-5994 - The release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single

master
Mark Pollack 15 years ago
parent c6cd1a528e
commit 7ae8be05d1
  1. 5
      build-spring-framework/package-top-level.xml

@ -22,9 +22,14 @@
<all-bundles target="doc" buildpathRef="doc.projects"/> <all-bundles target="doc" buildpathRef="doc.projects"/>
<delete>
<fileset dir="${basedir}/../spring-framework-reference" includes="**/*.zip"/>
</delete>
<all-bundles target="package" 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}"/>
</all-bundles> </all-bundles>
<!-- Reference Document END--> <!-- Reference Document END-->
<copy todir="${package.output.dir}"> <copy todir="${package.output.dir}">

Loading…
Cancel
Save