<copy todir="${tomcat.build}/webapps">
<fileset dir="webapps">
<include name="docs/images/**"/>
- <include name="docs/**/*.html"/>
<include name="docs/WEB-INF/**"/>
<include name="docs/appdev/*.txt"/>
<include name="docs/appdev/sample/**"/>
<exclude name="docs/architecture/*.xml"/>
</fileset>
</copy>
+ <copy todir="${tomcat.build}/webapps" encoding="ISO-8859-1">
+ <filterset refid="version.filters"/>
+ <fileset dir="webapps">
+ <include name="docs/**/*.html"/>
+ </fileset>
+ </copy>
<copy todir="${tomcat.build}/webapps/docs" encoding="ISO-8859-1">
<filterset refid="version.filters"/>
<fileset dir=".">
WebDAV via the provision of a new configuration option,
allowSpecialPaths. (markt)
</add>
+ <fix>
+ Correct broken links for on-line JavaDocs. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Other">