Author: markt
Date: Thu Nov 11 14:04:06 2010
New Revision: 1033941
URL: http://svn.apache.org/viewvc?rev=1033941&view=rev
Log:
Fix broken links
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=1033941&r1=1033940&r2=1033941&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Nov 11 14:04:06 2010
@@ -615,7 +615,6 @@
<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/**"/>
@@ -625,6 +624,12 @@
<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=".">
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1033941&r1=1033940&r2=1033941&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Nov 11 14:04:06 2010
@@ -218,6 +218,9 @@
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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]