Author: funkman
Date: Sat Dec 1 17:11:50 2007
New Revision: 600222
URL: http://svn.apache.org/viewvc?rev=600222&view=rev
Log:
BZ 43530
Path inspired by Paul Shemansky : paul.shemansky
at gmail com
Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/funcspecs/project.xml
tomcat/trunk/webapps/docs/index.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=600222&r1=600221&r2=600222&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sat Dec 1 17:11:50 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/trunk/webapps/docs/funcspecs/project.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/funcspecs/project.xml?rev=600222&r1=600221&r2=600222&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/funcspecs/project.xml (original)
+++ tomcat/trunk/webapps/docs/funcspecs/project.xml Sat Dec 1 17:11:50 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/trunk/webapps/docs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/index.xml?rev=600222&r1=600221&r2=600222&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/index.xml (original)
+++ tomcat/trunk/webapps/docs/index.xml Sat Dec 1 17:11:50 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]