You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2013/05/15 15:13:52 UTC

svn commit: r1482806 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/project.xml webapps/docs/tribes/project.xml

Author: violetagg
Date: Wed May 15 13:13:52 2013
New Revision: 1482806

URL: http://svn.apache.org/r1482806
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54932
Merged revision 1482799 from tomcat/trunk:
Fixed a broken link to Tribes documentation.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc7.0.x/trunk/webapps/docs/project.xml
    tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1482799

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1482806&r1=1482805&r2=1482806&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed May 15 13:13:52 2013
@@ -108,6 +108,13 @@
       </scode>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        <bug>54932</bug>: Correct the link to Tribes documentation. (violetagg)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 7.0.40 (markt)" rtext="2013-05-09">
   <subsection name="Catalina">

Modified: tomcat/tc7.0.x/trunk/webapps/docs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/project.xml?rev=1482806&r1=1482805&r2=1482806&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/project.xml Wed May 15 13:13:52 2013
@@ -94,7 +94,7 @@
         <item name="Developers"            href="developers.html"/>
         <item name="Architecture"          href="architecture/index.html" />
         <item name="Functional Specs."     href="funcspecs/index.html"/>
-        <item name="Tribes"                href="tribes/index.html"/>
+        <item name="Tribes"                href="tribes/introduction.html"/>
     </menu>
 
     </body>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml?rev=1482806&r1=1482805&r2=1482806&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/tribes/project.xml Wed May 15 13:13:52 2013
@@ -27,7 +27,7 @@
 
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
-        <item name="Tribes Docs Home"      href="index.html"/>
+        <item name="Tribes Docs Home"      href="introduction.html"/>
         <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org