Author: markt
Date: Tue Aug 3 12:30:34 2010
New Revision: 981845
URL: http://svn.apache.org/viewvc?rev=981845&view=rev
Log:
Fix multiple copies of RUNNING.txt in full-docs.tar.gz
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=981845&r1=981844&r2=981845&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Aug 3 12:30:34 2010
@@ -1813,7 +1813,6 @@ Apache Tomcat ${version} native binaries
<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="**" />
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=981845&r1=981844&r2=981845&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Aug 3 12:30:34 2010
@@ -53,6 +53,11 @@
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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]