git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981845
13f79535-47bb-0310-9956-
ffa450edef68
<include name="LICENSE" />
<include name="NOTICE" />
<include name="README.txt" />
- <include name="RUNNING.txt" />
</tarfileset>
<tarfileset dir="${tomcat.dist}/webapps/docs" prefix="tomcat-${version.major.minor}-doc">
<include name="**" />
Provide Javadoc for Servlet 3.0 API, JSP 2.2 API and EL 2.2 API.
(markt)
</add>
+ <fix>
+ Remove second copy of RUNNING.txt from the full-docs distribution. Some
+ unpacking utilities can't handle multiple copies of a file with the same
+ name in a directory. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Other">