Fix broken links
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Nov 2010 14:04:06 +0000 (14:04 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Nov 2010 14:04:06 +0000 (14:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1033941 13f79535-47bb-0310-9956-ffa450edef68

build.xml
webapps/docs/changelog.xml

index c2aaa8a..a9c0571 100644 (file)
--- a/build.xml
+++ b/build.xml
     <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=".">
index b168ce2..ee472d9 100644 (file)
         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">