Author: funkman Date: Tue Dec 4 16:45:41 2007 New Revision: 601172 URL: http://svn.apache.org/viewvc?rev=601172&view=rev Log: backport BZ 43530 per approved STATUS
doc link fixes patch inspired by Paul Shemansky Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/project.xml tomcat/tc6.0.x/trunk/webapps/docs/index.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=601172&r1=601171&r2=601172&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Dec 4 16:45:41 2007 @@ -31,12 +31,6 @@ +1: jfclere -1: fhanik - Can we add the 'package' directive to make the package match the dir structure -* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43530 - Fix bad links on docs home page - http://svn.apache.org/viewvc?view=rev&revision=600222 - +1: funkman, markt, pero, remm - -1: - * Port license fix from TC5 that got missed last time - sorry http://svn.apache.org/viewvc?rev=600993&view=rev +1: markt, fhanik Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?rev=601172&r1=601171&r2=601172&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.xml (original) +++ tomcat/tc6.0.x/trunk/build.xml Tue Dec 4 16:45:41 2007 @@ -347,7 +347,7 @@ <copy tofile="${tomcat.build}/webapps/docs/appdev/sample/build.xml" file="webapps/docs/appdev/build.xml.txt"/> - <mkdir dir="${tomcat.build}/webapps/docs/funcspec" /> + <mkdir dir="${tomcat.build}/webapps/docs/funcspecs" /> <!-- XSL processing --> <style basedir="webapps/docs" @@ -372,7 +372,7 @@ style="webapps/docs/tomcat-docs.xsl" excludes="project.xml" includes="*.xml"> - <param name="relative-path" expression="../.."/> + <param name="relative-path" expression=".."/> </style> <style basedir="webapps/docs/config" destdir="${tomcat.build}/webapps/docs/config" Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=601172&r1=601171&r2=601172&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Dec 4 16:45:41 2007 @@ -89,6 +89,9 @@ <fix><bug>43687</bug> Remove conditional headers on Form Auth replay, since the UA (esp. FireFox) isn't expecting it. </fix> + <fix> + <bug>43530 </bug>: doc link fixes provided by Paul Shemansky (funkman) + </fix> </changelog> </subsection> <subsection name="Coyote"> Modified: tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/project.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/project.xml?rev=601172&r1=601171&r2=601172&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/project.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/funcspecs/project.xml Tue Dec 4 16:45:41 2007 @@ -27,7 +27,7 @@ <body> <menu name="Links"> - <item name="Docs Home" href="../../index.html"/> + <item name="Docs Home" href="../index.html"/> <item name="Functional Specs" href="index.html"/> </menu> Modified: tomcat/tc6.0.x/trunk/webapps/docs/index.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/index.xml?rev=601172&r1=601171&r2=601172&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/index.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/index.xml Tue Dec 4 16:45:41 2007 @@ -177,7 +177,7 @@ <li><a href="developers.html"><strong>Developers</strong></a> - List of active Apache Tomcat contributors. </li> -<li><a href="catalina/funcspecs/index.html"><strong>Functional Specifications</strong></a> +<li><a href="funcspecs/index.html"><strong>Functional Specifications</strong></a> - Requirements specifications for features of the <em>Catalina</em> servlet container portion of Apache Tomcat 6.</li> <li><a href="api/index.html"><strong>Javadocs</strong></a> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]