Skip to content

Commit 7ae8be0

Browse files
committed
SPR-5994 - The release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single
1 parent c6cd1a5 commit 7ae8be0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-spring-framework/package-top-level.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,14 @@
2222

2323
<all-bundles target="doc" buildpathRef="doc.projects"/>
2424

25+
<delete>
26+
<fileset dir="${basedir}/../spring-framework-reference" includes="**/*.zip"/>
27+
</delete>
28+
2529
<all-bundles target="package" buildpathRef="doc.projects">
2630
<property name="package.output.dir" value="${package.output.dir}"/>
2731
</all-bundles>
32+
2833
<!-- Reference Document END-->
2934

3035
<copy todir="${package.output.dir}">

0 commit comments

Comments
 (0)